From 36a69373dc919e0a5e05aab3687d9d08ec8c5ba5 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 11 Jul 2008 21:54:34 +0000 Subject: 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 --- llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp') 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(); } //===----------------------------------------------------------------------===// -- cgit v1.2.3