X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FVMCore%2FFunction.cpp;h=e918fd5878a02b4cb9634dc6be867ee30e1cc6db;hb=9f41a5fe8534ab5a76d2925f31a20782c135b7d2;hp=4c13836688ffda4b48d29a5c4b8ceb477f41cb52;hpb=bb9051531c29bf425c78b88dd96aba601e00656d;p=oota-llvm.git diff --git a/lib/VMCore/Function.cpp b/lib/VMCore/Function.cpp index 4c13836688f..e918fd5878a 100644 --- a/lib/VMCore/Function.cpp +++ b/lib/VMCore/Function.cpp @@ -15,9 +15,9 @@ #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 "llvm/Support/LeakDetector.h" #include "SymbolTableListTraitsImpl.h" using namespace llvm;