diff options
author | Chris Lattner <sabre@nondot.org> | 2002-12-13 04:12:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-12-13 04:12:24 +0000 |
commit | 95b12ba77500f6c0f5ec0caf38767c99dbdd4ac3 (patch) | |
tree | 0e5e78ebcb24553fd10f38d5bfc90414b0dd96d1 /lib/Target/X86/InstSelectSimple.cpp | |
parent | a0f38c867cea507401dab03076dd5ace69f65edd (diff) |
Remove extranous #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4980 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/InstSelectSimple.cpp')
-rw-r--r-- | lib/Target/X86/InstSelectSimple.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/X86/InstSelectSimple.cpp b/lib/Target/X86/InstSelectSimple.cpp index e88354a6ad..52472149ad 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 |