diff options
author | Chris Lattner <sabre@nondot.org> | 2003-12-28 21:23:38 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-12-28 21:23:38 +0000 |
commit | 5d236005b0eaffbd59d24a8c3267d642398a3ea6 (patch) | |
tree | 35d556f52e9d780516b4d1b3fa1df228844115bd /llvm/lib/ExecutionEngine/Interpreter/Execution.cpp | |
parent | a158dc81047e36e8250b8ed44fb12a7e2895326a (diff) | |
download | bcm5719-llvm-5d236005b0eaffbd59d24a8c3267d642398a3ea6.tar.gz bcm5719-llvm-5d236005b0eaffbd59d24a8c3267d642398a3ea6.zip |
Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering
implementation from the TargetMachine directly.
llvm-svn: 10636
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter/Execution.cpp')
-rw-r--r-- | llvm/lib/ExecutionEngine/Interpreter/Execution.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp b/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp index bec4b7b9056..eec647a1849 100644 --- a/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp +++ b/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp @@ -17,7 +17,6 @@ #include "llvm/DerivedTypes.h" #include "llvm/Instructions.h" #include "llvm/IntrinsicLowering.h" -#include "llvm/Intrinsics.h" #include "llvm/Support/GetElementPtrTypeIterator.h" #include "Support/Statistic.h" #include "Support/Debug.h" |