aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-12-13 04:12:24 +0000
committerChris Lattner <sabre@nondot.org>2002-12-13 04:12:24 +0000
commit95b12ba77500f6c0f5ec0caf38767c99dbdd4ac3 (patch)
tree0e5e78ebcb24553fd10f38d5bfc90414b0dd96d1 /lib
parenta0f38c867cea507401dab03076dd5ace69f65edd (diff)
downloadexternal_llvm-95b12ba77500f6c0f5ec0caf38767c99dbdd4ac3.zip
external_llvm-95b12ba77500f6c0f5ec0caf38767c99dbdd4ac3.tar.gz
external_llvm-95b12ba77500f6c0f5ec0caf38767c99dbdd4ac3.tar.bz2
Remove extranous #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4980 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/X86/InstSelectSimple.cpp1
-rw-r--r--lib/Target/X86/X86ISelSimple.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/X86/InstSelectSimple.cpp b/lib/Target/X86/InstSelectSimple.cpp
index e88354a..5247214 100644
--- a/lib/Target/X86/InstSelectSimple.cpp
+++ b/lib/Target/X86/InstSelectSimple.cpp
@@ -23,7 +23,6 @@
#include "llvm/Support/InstVisitor.h"
#include "llvm/Target/MRegisterInfo.h"
#include <map>
-#include <iostream>
using namespace MOTy; // Get Use, Def, UseAndDef
diff --git a/lib/Target/X86/X86ISelSimple.cpp b/lib/Target/X86/X86ISelSimple.cpp
index e88354a..5247214 100644
--- a/lib/Target/X86/X86ISelSimple.cpp
+++ b/lib/Target/X86/X86ISelSimple.cpp
@@ -23,7 +23,6 @@
#include "llvm/Support/InstVisitor.h"
#include "llvm/Target/MRegisterInfo.h"
#include <map>
-#include <iostream>
using namespace MOTy; // Get Use, Def, UseAndDef