From 5d236005b0eaffbd59d24a8c3267d642398a3ea6 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 28 Dec 2003 21:23:38 +0000 Subject: Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering implementation from the TargetMachine directly. llvm-svn: 10636 --- llvm/lib/ExecutionEngine/Interpreter/Execution.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/ExecutionEngine/Interpreter/Execution.cpp') 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" -- cgit v1.2.3