diff options
Diffstat (limited to 'lib/VMCore/Function.cpp')
-rw-r--r-- | lib/VMCore/Function.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/Function.cpp b/lib/VMCore/Function.cpp index 4c13836688..bf9c8b48bd 100644 --- a/lib/VMCore/Function.cpp +++ b/lib/VMCore/Function.cpp @@ -15,7 +15,7 @@ #include "llvm/Module.h" #include "llvm/Constant.h" #include "llvm/DerivedTypes.h" -#include "llvm/iOther.h" +#include "llvm/Instructions.h" #include "llvm/Intrinsics.h" #include "Support/LeakDetector.h" #include "SymbolTableListTraitsImpl.h" |