projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb978c7
)
Remove a couple of unnecessary #include's
author
Evan Cheng
<evan.cheng@apple.com>
Mon, 23 Jan 2006 07:21:01 +0000
(07:21 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Mon, 23 Jan 2006 07:21:01 +0000
(07:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25535
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp
b/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp
index 97d2602ba5be42e8896ec6980b5c7278e75183cb..e9c41c2be4fa5c651482252c7cf4521cf898baef 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp
+++ b/
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 {