[Layering] Move InstVisitor.h into the IR library as it is pretty
[oota-llvm.git] / lib / ExecutionEngine / Interpreter / Interpreter.h
index f81ed3bcb15bddacd03c9d805ba1596fb2dbdf65..4c13da0dbcf4ded57c6853429242e5f4dd2d3d91 100644 (file)
@@ -19,7 +19,7 @@
 #include "llvm/IR/CallSite.h"
 #include "llvm/IR/DataLayout.h"
 #include "llvm/IR/Function.h"
-#include "llvm/InstVisitor.h"
+#include "llvm/IR/InstVisitor.h"
 #include "llvm/Support/DataTypes.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/raw_ostream.h"