Initial version of automake Makefile.am file.
[oota-llvm.git] / lib / VMCore / Function.cpp
index 4c13836688ffda4b48d29a5c4b8ceb477f41cb52..e918fd5878a02b4cb9634dc6be867ee30e1cc6db 100644 (file)
@@ -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;