summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineScheduler.cpp
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2012-05-17 18:35:07 +0000
committerAndrew Trick <atrick@apple.com>2012-05-17 18:35:07 +0000
commit47a1feaea06bbda8c3a3c6a473356ab5379e72df (patch)
tree7daf1bb3b5635d948f2b3ab870aaf81581d6de6b /llvm/lib/CodeGen/MachineScheduler.cpp
parent1c646ac68bf3f759b30ed0f725c2f7821876690d (diff)
downloadbcm5719-llvm-47a1feaea06bbda8c3a3c6a473356ab5379e72df.tar.gz
bcm5719-llvm-47a1feaea06bbda8c3a3c6a473356ab5379e72df.zip
comment
llvm-svn: 157005
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineScheduler.cpp2
1 files changed, 0 insertions, 2 deletions
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());
OpenPOWER on IntegriCloud