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.h | |
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.h')
-rw-r--r-- | llvm/lib/ExecutionEngine/Interpreter/Interpreter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h index 851267d92c4..93f26481710 100644 --- a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h +++ b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h @@ -14,7 +14,7 @@ #ifndef LLI_INTERPRETER_H #define LLI_INTERPRETER_H -#include "llvm/BasicBlock.h" +#include "llvm/Function.h" #include "llvm/ExecutionEngine/ExecutionEngine.h" #include "llvm/ExecutionEngine/GenericValue.h" #include "llvm/Support/InstVisitor.h" |