Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / CodeGen / PHIElimination.cpp
index 827fd8f90fc010bef70b2214d1c839688e58f35b..4daa21173ba0249bdc8061f4299a2457b65be6fe 100644 (file)
@@ -25,7 +25,7 @@
 #include "llvm/CodeGen/MachineInstrBuilder.h"
 #include "llvm/CodeGen/MachineLoopInfo.h"
 #include "llvm/CodeGen/MachineRegisterInfo.h"
-#include "llvm/Function.h"
+#include "llvm/IR/Function.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Compiler.h"
 #include "llvm/Support/Debug.h"