aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-25 02:01:33 +0000
committerChris Lattner <sabre@nondot.org>2002-10-25 02:01:33 +0000
commite2d053ad1885c13bb2b498924eacaed73d838f6a (patch)
tree4e1e9ab98b9cd52e4788c2f237711604ecedb131
parent232c3be0b5080afc204a39e0bc4c9ebce9617954 (diff)
Prune #includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4277 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/SparcV9/SparcV9TargetMachine.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/SparcV9/SparcV9TargetMachine.cpp b/lib/Target/SparcV9/SparcV9TargetMachine.cpp
index 28b9734361..88eaeb893f 100644
--- a/lib/Target/SparcV9/SparcV9TargetMachine.cpp
+++ b/lib/Target/SparcV9/SparcV9TargetMachine.cpp
@@ -8,9 +8,7 @@
#include "SparcInternals.h"
#include "llvm/Target/Sparc.h"
#include "llvm/Function.h"
-#include "llvm/BasicBlock.h"
#include "llvm/CodeGen/MachineCodeForMethod.h"
-#include <iostream>
using std::cerr;
// Build the MachineInstruction Description Array...