summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-07-14 18:19:29 +0000
committerDan Gohman <gohman@apple.com>2008-07-14 18:19:29 +0000
commitadec96f4388afaeb5e5babfcc901fb65202a437a (patch)
tree666686a2a459dc764ae08d1797931c0b2690974c /llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
parent191a6b1f1bf9d8c8e1e26735fc1059f2f002f103 (diff)
downloadbcm5719-llvm-adec96f4388afaeb5e5babfcc901fb65202a437a.tar.gz
bcm5719-llvm-adec96f4388afaeb5e5babfcc901fb65202a437a.zip
Reapply 53476 and 53480, with a fix so that it properly updates
the BB member to the current basic block after emitting instructions. llvm-svn: 53567
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
index 287e8c5b0e5..098b7996d4c 100644
--- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
@@ -204,13 +204,6 @@ void ScheduleDAGRRList::Schedule() {
if (!Fast)
CommuteNodesToReducePressure();
-
- DOUT << "*** Final schedule ***\n";
- DEBUG(dumpSchedule());
- DOUT << "\n";
-
- // Emit in scheduled order
- EmitSchedule();
}
/// CommuteNodesToReducePressure - If a node is two-address and commutable, and
OpenPOWER on IntegriCloud