Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / Analysis / CostModel.cpp
index 28d6a864707798d815f4208629652da4d7bfba60..ce404c5f7c69cb7cc8795f1f3e35acd5ecdfdb40 100644 (file)
 #define CM_NAME "cost-model"
 #define DEBUG_TYPE CM_NAME
 #include "llvm/Analysis/Passes.h"
-#include "llvm/Function.h"
-#include "llvm/Instructions.h"
+#include "llvm/IR/Function.h"
+#include "llvm/IR/Instructions.h"
+#include "llvm/IR/Value.h"
 #include "llvm/Pass.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/TargetTransformInfo.h"
-#include "llvm/Value.h"
 using namespace llvm;
 
 namespace {