diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-25 16:18:03 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-25 16:18:03 +0000 |
commit | 37edb43831bd7e30f6b524a125e44bdbffbe5612 (patch) | |
tree | a24516b1ae7fe0ce805f2ec3759c9ae72bbc4c9e /llvm/lib/ExecutionEngine | |
parent | ebe140be1697cfc053f4e03969ce7df8a4628157 (diff) | |
download | bcm5719-llvm-37edb43831bd7e30f6b524a125e44bdbffbe5612.tar.gz bcm5719-llvm-37edb43831bd7e30f6b524a125e44bdbffbe5612.zip |
Unbreak the build
llvm-svn: 9502
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-rw-r--r-- | llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp b/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp index a859f181a13..b2c21e1ee1d 100644 --- a/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp +++ b/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp @@ -20,7 +20,6 @@ //===----------------------------------------------------------------------===// #include "Interpreter.h" -#include "ExecutionAnnotations.h" #include "llvm/DerivedTypes.h" #include "llvm/Module.h" #include "llvm/SymbolTable.h" |