summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-06 03:23:41 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-06 03:23:41 +0000
commit7da14f1ab9ef46b83a2d67a8f49a9be4faac3d28 (patch)
treeaa03df48613c12e14d8f0ebddeb57fbe4f32b843 /llvm/lib/ExecutionEngine
parent9d100866f235b792e68b03697c4f7a83ad02e6e8 (diff)
downloadbcm5719-llvm-7da14f1ab9ef46b83a2d67a8f49a9be4faac3d28.tar.gz
bcm5719-llvm-7da14f1ab9ef46b83a2d67a8f49a9be4faac3d28.zip
[Layering] Move InstVisitor.h into the IR library as it is pretty
obviously coupled to the IR. llvm-svn: 203064
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-rw-r--r--llvm/lib/ExecutionEngine/Interpreter/Interpreter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
index f81ed3bcb15..4c13da0dbcf 100644
--- a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
+++ b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
@@ -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"
OpenPOWER on IntegriCloud