diff options
Diffstat (limited to 'lib/CodeGen/MachineScheduler.cpp')
-rw-r--r-- | lib/CodeGen/MachineScheduler.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/MachineScheduler.cpp b/lib/CodeGen/MachineScheduler.cpp index 41b4b719f2..1d810fdf16 100644 --- a/lib/CodeGen/MachineScheduler.cpp +++ b/lib/CodeGen/MachineScheduler.cpp @@ -819,8 +819,6 @@ SUnit *ConvergingScheduler::pickNode(bool &IsTopNode) { assert(TopQueue.empty() && BotQueue.empty() && "ReadyQ garbage"); return NULL; } - // As an initial placeholder heuristic, schedule in the direction that has - // the fewest choices. SUnit *SU; if (ForceTopDown) { SU = DAG->getSUnit(DAG->top()); |