Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / CodeGen / RegAllocPBQP.cpp
index cdd92afe8a076d93390fb9338a651ef0babb003d..607edac24bd2a22f4fdf00a0e2842207d8f39276 100644 (file)
@@ -48,7 +48,7 @@
 #include "llvm/CodeGen/PBQP/Heuristics/Briggs.h"
 #include "llvm/CodeGen/RegAllocRegistry.h"
 #include "llvm/CodeGen/VirtRegMap.h"
-#include "llvm/Module.h"
+#include "llvm/IR/Module.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/Target/TargetInstrInfo.h"