Add support for putting NamedRegionTimers in TimerGroups, and
[oota-llvm.git] / lib / CodeGen / SelectionDAG / ScheduleDAGRRList.cpp
index 287e8c5b0e5fe659625b6e8e2432d43dc7800d25..ea4cc65bea8532baa9fa05122c1af6d8e739a882 100644 (file)
@@ -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