[Modules] Move InstIterator out of the Support library, where it had no
[oota-llvm.git] / lib / Transforms / Scalar / ADCE.cpp
index a53b23ec446c0d221947b45d424344a9fe03b0d8..1f4dd9fa5f6567874a5218e9a790b40d41afc1f0 100644 (file)
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/Statistic.h"
 #include "llvm/IR/BasicBlock.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"
-#include "llvm/Support/InstIterator.h"
 using namespace llvm;
 
 STATISTIC(NumRemoved, "Number of instructions removed");