summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-07-11 21:54:34 +0000
committerDan Gohman <gohman@apple.com>2008-07-11 21:54:34 +0000
commit36a69373dc919e0a5e05aab3687d9d08ec8c5ba5 (patch)
treee91093ff9904bcb46c6c5e645fb8d8fd526793a2 /llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
parentf8d7f7295682c9315d59d04c0980baf78c8acf0d (diff)
downloadbcm5719-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/ScheduleDAGRRList.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
index 287e8c5b0e5..ea4cc65bea8 100644
--- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
@@ -208,9 +208,6 @@ void ScheduleDAGRRList::Schedule() {
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