diff options
author | Dan Gohman <gohman@apple.com> | 2008-07-11 21:54:34 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-07-11 21:54:34 +0000 |
commit | 36a69373dc919e0a5e05aab3687d9d08ec8c5ba5 (patch) | |
tree | e91093ff9904bcb46c6c5e645fb8d8fd526793a2 /llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp | |
parent | f8d7f7295682c9315d59d04c0980baf78c8acf0d (diff) | |
download | bcm5719-llvm-36a69373dc919e0a5e05aab3687d9d08ec8c5ba5.tar.gz bcm5719-llvm-36a69373dc919e0a5e05aab3687d9d08ec8c5ba5.zip |
Add support for putting NamedRegionTimers in TimerGroups, and
use a timer group for the timers in SelectionDAGISel. Also,
Split scheduling out from emitting, to give each their own
timer.
llvm-svn: 53476
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp index 8a1dade30b3..50331788ec1 100644 --- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp @@ -103,9 +103,6 @@ void ScheduleDAGList::Schedule() { DOUT << "*** Final schedule ***\n"; DEBUG(dumpSchedule()); DOUT << "\n"; - - // Emit in scheduled order - EmitSchedule(); } //===----------------------------------------------------------------------===// |