summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Interpreter
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-05-07 18:36:35 +0000
committerChris Lattner <sabre@nondot.org>2002-05-07 18:36:35 +0000
commit7608a46cbef8bb86a1853a159a00d3b9d950c515 (patch)
tree76571df3eff9c20c15394d936a617581cd63ae95 /llvm/lib/ExecutionEngine/Interpreter
parent18409a4fb7f88527bd722ba9cb2ebd4d0bd27531 (diff)
downloadbcm5719-llvm-7608a46cbef8bb86a1853a159a00d3b9d950c515.tar.gz
bcm5719-llvm-7608a46cbef8bb86a1853a159a00d3b9d950c515.zip
Updates to move some header files out of include/llvm/Transforms into
the Scalar and Utils subdirectories llvm-svn: 2523
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter')
-rw-r--r--llvm/lib/ExecutionEngine/Interpreter/UserInput.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/Interpreter/UserInput.cpp b/llvm/lib/ExecutionEngine/Interpreter/UserInput.cpp
index 018e6f7c0f4..91addb6dd68 100644
--- a/llvm/lib/ExecutionEngine/Interpreter/UserInput.cpp
+++ b/llvm/lib/ExecutionEngine/Interpreter/UserInput.cpp
@@ -7,7 +7,7 @@
#include "Interpreter.h"
#include "llvm/Bytecode/Reader.h"
#include "llvm/DerivedTypes.h"
-#include "llvm/Transforms/Linker.h"
+#include "llvm/Transforms/Utils/Linker.h"
#include <algorithm>
using std::string;
using std::cout;
OpenPOWER on IntegriCloud