summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-01-23 07:21:01 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-01-23 07:21:01 +0000
commit87063b99863c7fc61bdb72f9ef2e57fcae6958c8 (patch)
tree4d12eceaac07c33ce2a3c13e15366a295b8f8def /llvm/lib/CodeGen
parent8935e3eb7d0152abf5a6de4c094e92ac2b3140bb (diff)
downloadbcm5719-llvm-87063b99863c7fc61bdb72f9ef2e57fcae6958c8.tar.gz
bcm5719-llvm-87063b99863c7fc61bdb72f9ef2e57fcae6958c8.zip
Remove a couple of unnecessary #include's
llvm-svn: 25535
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp
index 97d2602ba5b..e9c41c2be4f 100644
--- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp
@@ -18,9 +18,7 @@
#include "llvm/CodeGen/SelectionDAG.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetInstrInfo.h"
-#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
-#include <iostream>
using namespace llvm;
namespace {
OpenPOWER on IntegriCloud