forked from OSchip/llvm-project
[PM] Actually include the correct file name. Sorry for the breakage.
llvm-svn: 225096
This commit is contained in:
parent
16042fc2b9
commit
4664057108
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue