Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / Analysis / LoopInfo.cpp
index d88f8a8093b9ed8ec5656be16f13172a75ebe59e..4d4c627165c80a693a5623aa98a35f8858d78161 100644 (file)
@@ -22,8 +22,8 @@
 #include "llvm/Analysis/LoopIterator.h"
 #include "llvm/Analysis/ValueTracking.h"
 #include "llvm/Assembly/Writer.h"
-#include "llvm/Constants.h"
-#include "llvm/Instructions.h"
+#include "llvm/IR/Constants.h"
+#include "llvm/IR/Instructions.h"
 #include "llvm/Support/CFG.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"