[Layering] Move InstVisitor.h into the IR library as it is pretty
[oota-llvm.git] / lib / Transforms / Scalar / SCCP.cpp
index a8908a1c190b1d3e6f19f7030268064088bec8d0..1159399275fdffe209ddc21ca0c33133795d3d57 100644 (file)
@@ -30,8 +30,8 @@
 #include "llvm/IR/Constants.h"
 #include "llvm/IR/DataLayout.h"
 #include "llvm/IR/DerivedTypes.h"
+#include "llvm/IR/InstVisitor.h"
 #include "llvm/IR/Instructions.h"
-#include "llvm/InstVisitor.h"
 #include "llvm/Pass.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/ErrorHandling.h"