[Modules] Move CFG.h to the IR library as it defines graph traits over
[oota-llvm.git] / lib / Transforms / Scalar / ADCE.cpp
index 1f4dd9fa5f6567874a5218e9a790b40d41afc1f0..2baf873ad8bb2471d46f16681e5bb78ac01181f8 100644 (file)
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/Statistic.h"
 #include "llvm/IR/BasicBlock.h"
+#include "llvm/IR/CFG.h"
 #include "llvm/IR/InstIterator.h"
 #include "llvm/IR/Instructions.h"
 #include "llvm/IR/IntrinsicInst.h"
 #include "llvm/Pass.h"
-#include "llvm/Support/CFG.h"
 using namespace llvm;
 
 STATISTIC(NumRemoved, "Number of instructions removed");