diff options
author | Dan Gohman <gohman@apple.com> | 2008-07-14 18:19:29 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-07-14 18:19:29 +0000 |
commit | adec96f4388afaeb5e5babfcc901fb65202a437a (patch) | |
tree | 666686a2a459dc764ae08d1797931c0b2690974c /llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp | |
parent | 191a6b1f1bf9d8c8e1e26735fc1059f2f002f103 (diff) | |
download | bcm5719-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/ScheduleDAGList.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp index 8a1dade30b3..39aadd5279c 100644 --- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp @@ -99,13 +99,6 @@ void ScheduleDAGList::Schedule() { ListScheduleTopDown(); AvailableQueue->releaseState(); - - DOUT << "*** Final schedule ***\n"; - DEBUG(dumpSchedule()); - DOUT << "\n"; - - // Emit in scheduled order - EmitSchedule(); } //===----------------------------------------------------------------------===// |