diff options
author | Owen Anderson <resistor@mac.com> | 2009-07-13 22:40:32 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2009-07-13 22:40:32 +0000 |
commit | ea6230afe75a11e59b2e669dc735c7c3759f4a5c (patch) | |
tree | c91f49c91e200544c864f78525658462eadd11a8 /tools/bugpoint/ExtractFunction.cpp | |
parent | dd9c4aa4bdf021bbcf7a6a4b22c440c802161ae7 (diff) | |
download | external_llvm-ea6230afe75a11e59b2e669dc735c7c3759f4a5c.zip external_llvm-ea6230afe75a11e59b2e669dc735c7c3759f4a5c.tar.gz external_llvm-ea6230afe75a11e59b2e669dc735c7c3759f4a5c.tar.bz2 |
Fix the build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75536 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/ExtractFunction.cpp')
-rw-r--r-- | tools/bugpoint/ExtractFunction.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/bugpoint/ExtractFunction.cpp b/tools/bugpoint/ExtractFunction.cpp index 4498f98..6d94f7a 100644 --- a/tools/bugpoint/ExtractFunction.cpp +++ b/tools/bugpoint/ExtractFunction.cpp @@ -15,6 +15,7 @@ #include "BugDriver.h" #include "llvm/Constants.h" #include "llvm/DerivedTypes.h" +#include "llvm/LLVMContext.h" #include "llvm/Module.h" #include "llvm/PassManager.h" #include "llvm/Pass.h" |