Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / CodeGen / BranchFolding.cpp
index 1c7209a92ee2370b0e9061eb2cfd00afa704b954..f8cc3b3999e8a4df39b928c0a3f21f20876bdb2c 100644 (file)
@@ -27,7 +27,7 @@
 #include "llvm/CodeGen/MachineRegisterInfo.h"
 #include "llvm/CodeGen/Passes.h"
 #include "llvm/CodeGen/RegisterScavenging.h"
-#include "llvm/Function.h"
+#include "llvm/IR/Function.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/ErrorHandling.h"