Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / Analysis / ScalarEvolutionExpander.cpp
index 2fe0091f5e9df60193a2a68505c4690b02105c74..5f0ba2e0b85576f4ba1d02bbe502e6661883c8c5 100644 (file)
@@ -16,9 +16,9 @@
 #include "llvm/Analysis/ScalarEvolutionExpander.h"
 #include "llvm/ADT/STLExtras.h"
 #include "llvm/Analysis/LoopInfo.h"
-#include "llvm/DataLayout.h"
-#include "llvm/IntrinsicInst.h"
-#include "llvm/LLVMContext.h"
+#include "llvm/IR/DataLayout.h"
+#include "llvm/IR/IntrinsicInst.h"
+#include "llvm/IR/LLVMContext.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Target/TargetLowering.h"