aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/InstSelectSimple.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-04 17:19:21 +0000
committerChris Lattner <sabre@nondot.org>2004-07-04 17:19:21 +0000
commit38343f6cfe505139118efa65b2ecabb7b5a59ff1 (patch)
treec412061e82d6e212d736150ca8898cb490d5a540 /lib/Target/Sparc/InstSelectSimple.cpp
parent321f8319dafc1374cd9512d6555b7a1a07887d94 (diff)
Add #includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14625 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Sparc/InstSelectSimple.cpp')
-rw-r--r--lib/Target/Sparc/InstSelectSimple.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Sparc/InstSelectSimple.cpp b/lib/Target/Sparc/InstSelectSimple.cpp
index 20a27d3f19..5cf9131b1e 100644
--- a/lib/Target/Sparc/InstSelectSimple.cpp
+++ b/lib/Target/Sparc/InstSelectSimple.cpp
@@ -27,6 +27,7 @@
#include "llvm/Support/GetElementPtrTypeIterator.h"
#include "llvm/Support/InstVisitor.h"
#include "llvm/Support/CFG.h"
+#include <iostream>
using namespace llvm;
namespace {