aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/InstSelectSimple.cpp
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-09-08 04:10:52 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-09-08 04:10:52 +0000
commitf539ffe1b6a94354a93328b46311ab6976d090b9 (patch)
treef3f0c24b148a2c12435c187016f080545edfcb5c /lib/Target/Sparc/InstSelectSimple.cpp
parent5d0d1e350a30772fd70798b5733bb060febd7b0d (diff)
This file does not need <iostream>, I think.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16245 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Sparc/InstSelectSimple.cpp')
-rw-r--r--lib/Target/Sparc/InstSelectSimple.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/Sparc/InstSelectSimple.cpp b/lib/Target/Sparc/InstSelectSimple.cpp
index 51621301e3..3399d9e72c 100644
--- a/lib/Target/Sparc/InstSelectSimple.cpp
+++ b/lib/Target/Sparc/InstSelectSimple.cpp
@@ -27,7 +27,6 @@
#include "llvm/Support/GetElementPtrTypeIterator.h"
#include "llvm/Support/InstVisitor.h"
#include "llvm/Support/CFG.h"
-#include <iostream>
using namespace llvm;
namespace {