diff options
author | Jakub Staszak <kubastaszak@gmail.com> | 2013-01-10 21:56:40 +0000 |
---|---|---|
committer | Jakub Staszak <kubastaszak@gmail.com> | 2013-01-10 21:56:40 +0000 |
commit | 446991dc348a1b6c12666d52449d2ca7a2e39a1a (patch) | |
tree | 1d9b26b9bb25b5077905f23b3a0ed39198d1832b /tools/bugpoint/bugpoint.cpp | |
parent | 7ccad365a7a9aa1f06895a6271f98c2bbe6a350f (diff) |
Fix #includes after my last commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172114 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/bugpoint.cpp')
-rw-r--r-- | tools/bugpoint/bugpoint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bugpoint/bugpoint.cpp b/tools/bugpoint/bugpoint.cpp index 30494216f6..dda2cbdbe9 100644 --- a/tools/bugpoint/bugpoint.cpp +++ b/tools/bugpoint/bugpoint.cpp @@ -17,7 +17,7 @@ #include "ToolRunner.h" #include "llvm/IR/LLVMContext.h" #include "llvm/LinkAllPasses.h" -#include "llvm/LinkAllVMCore.h" +#include "llvm/LinkAllIR.h" #include "llvm/PassManager.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/ManagedStatic.h" |