[Modules] Move InstIterator out of the Support library, where it had no
[oota-llvm.git] / lib / Transforms / ObjCARC / ObjCARCExpand.cpp
index 39bf8f38735b5ae4a5fd69808302764af2a6a8bf..69c45c275c10dcd0560750b945f6d177ca549705 100644 (file)
@@ -28,6 +28,7 @@
 #include "ObjCARC.h"
 #include "llvm/ADT/StringRef.h"
 #include "llvm/IR/Function.h"
+#include "llvm/IR/InstIterator.h"
 #include "llvm/IR/Instruction.h"
 #include "llvm/IR/Instructions.h"
 #include "llvm/IR/Value.h"
@@ -37,7 +38,6 @@
 #include "llvm/PassSupport.h"
 #include "llvm/Support/Casting.h"
 #include "llvm/Support/Debug.h"
-#include "llvm/Support/InstIterator.h"
 #include "llvm/Support/raw_ostream.h"
 
 namespace llvm {