diff options
author | Chris Lattner <sabre@nondot.org> | 2003-11-05 06:20:27 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-11-05 06:20:27 +0000 |
commit | b5b9ba6ff697976594e69a8d5c8931675f3c7672 (patch) | |
tree | 4ab5bc2e7da366c1d32396c36ec2d317a30b8bef /llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp | |
parent | 813ec047355b9a82935304733e36e82c47d6371f (diff) | |
download | bcm5719-llvm-b5b9ba6ff697976594e69a8d5c8931675f3c7672.tar.gz bcm5719-llvm-b5b9ba6ff697976594e69a8d5c8931675f3c7672.zip |
Be friendly to gcc 3.4... good compiler. Nice compiler.
llvm-svn: 9726
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp')
-rw-r--r-- | llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp index 4da51e0ddd1..bcaa8569dc4 100644 --- a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp +++ b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp @@ -16,7 +16,6 @@ #include "Interpreter.h" #include "llvm/Module.h" #include "llvm/DerivedTypes.h" -#include "llvm/Function.h" /// create - Create a new interpreter object. This can never fail. /// |