From 47a1feaea06bbda8c3a3c6a473356ab5379e72df Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Thu, 17 May 2012 18:35:07 +0000 Subject: comment llvm-svn: 157005 --- llvm/lib/CodeGen/MachineScheduler.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp') diff --git a/llvm/lib/CodeGen/MachineScheduler.cpp b/llvm/lib/CodeGen/MachineScheduler.cpp index 41b4b719f27..1d810fdf16d 100644 --- a/llvm/lib/CodeGen/MachineScheduler.cpp +++ b/llvm/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()); -- cgit v1.2.3