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 | dbe2a5a26925cd3ed8a4c2cf02c8273fcf9919d7 (patch) | |
tree | 2c003a265f1efaf986c7660a9c5e791722985d10 /lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp | |
parent | c418bf3dd593b5b2fe2f978930f6d0d6b17e344e (diff) | |
download | external_llvm-dbe2a5a26925cd3ed8a4c2cf02c8273fcf9919d7.tar.gz external_llvm-dbe2a5a26925cd3ed8a4c2cf02c8273fcf9919d7.tar.bz2 external_llvm-dbe2a5a26925cd3ed8a4c2cf02c8273fcf9919d7.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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53476 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp index 8a1dade30b..50331788ec 100644 --- a/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp +++ b/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(); } //===----------------------------------------------------------------------===// |