Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / CodeGen / TwoAddressInstructionPass.cpp
index cf7f7f1a1e211f337bb11f1c38f84d666796cee9..8e6f809747710ccf2c0671c8e652a42dfc4bf359 100644 (file)
@@ -41,7 +41,7 @@
 #include "llvm/CodeGen/MachineInstr.h"
 #include "llvm/CodeGen/MachineInstrBuilder.h"
 #include "llvm/CodeGen/MachineRegisterInfo.h"
-#include "llvm/Function.h"
+#include "llvm/IR/Function.h"
 #include "llvm/MC/MCInstrItineraries.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/ErrorHandling.h"