aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/Interpreter
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-03-03 18:29:16 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-03-03 18:29:16 +0000
commitb90fc7ed211b68c9a36e95c3f6bf877bdc70b524 (patch)
tree80a1f3411dbf708b9b0e2c1c67bcd36941640f0c /lib/ExecutionEngine/Interpreter
parentf70d67750102509d0192c58ab5ddf4e450b5f114 (diff)
downloadexternal_llvm-b90fc7ed211b68c9a36e95c3f6bf877bdc70b524.zip
external_llvm-b90fc7ed211b68c9a36e95c3f6bf877bdc70b524.tar.gz
external_llvm-b90fc7ed211b68c9a36e95c3f6bf877bdc70b524.tar.bz2
Remove unnecessary #include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34889 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine/Interpreter')
-rw-r--r--lib/ExecutionEngine/Interpreter/Interpreter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ExecutionEngine/Interpreter/Interpreter.cpp b/lib/ExecutionEngine/Interpreter/Interpreter.cpp
index cc8cbf9..fd60ae1 100644
--- a/lib/ExecutionEngine/Interpreter/Interpreter.cpp
+++ b/lib/ExecutionEngine/Interpreter/Interpreter.cpp
@@ -18,7 +18,6 @@
#include "llvm/DerivedTypes.h"
#include "llvm/Module.h"
#include "llvm/ModuleProvider.h"
-#include <iostream>
using namespace llvm;
static struct RegisterInterp {