[Modules] Move CFG.h to the IR library as it defines graph traits over
[oota-llvm.git] / lib / Transforms / Scalar / Reg2Mem.cpp
index 07f540a30127c4dbad9fd2d41998a38acd35fea3..2e75a835429f10a46414c02788c685fe45d6015f 100644 (file)
 #include "llvm/Transforms/Scalar.h"
 #include "llvm/ADT/Statistic.h"
 #include "llvm/IR/BasicBlock.h"
+#include "llvm/IR/CFG.h"
 #include "llvm/IR/Function.h"
 #include "llvm/IR/Instructions.h"
 #include "llvm/IR/LLVMContext.h"
 #include "llvm/IR/Module.h"
 #include "llvm/Pass.h"
-#include "llvm/Support/CFG.h"
 #include "llvm/Transforms/Utils/Local.h"
 #include <list>
 using namespace llvm;