1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

[PM] Actually include the correct file name. Sorry for the breakage.

llvm-svn: 225096
This commit is contained in:
Chandler Carruth 2015-01-02 23:25:16 +00:00
parent 4c60292595
commit 448f33fe13

View File

@ -43,7 +43,7 @@
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/PassManagerInternals.h"
#include "llvm/IR/PassManagerInternal.h"
#include "llvm/Support/type_traits.h"
#include <list>
#include <memory>