summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Interpreter
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-12-28 21:23:38 +0000
committerChris Lattner <sabre@nondot.org>2003-12-28 21:23:38 +0000
commit5d236005b0eaffbd59d24a8c3267d642398a3ea6 (patch)
tree35d556f52e9d780516b4d1b3fa1df228844115bd /llvm/lib/ExecutionEngine/Interpreter
parenta158dc81047e36e8250b8ed44fb12a7e2895326a (diff)
downloadbcm5719-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')
-rw-r--r--llvm/lib/ExecutionEngine/Interpreter/Execution.cpp1
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"
OpenPOWER on IntegriCloud