mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-18 12:25:47 +00:00
comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157005 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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());
|
||||
|
Reference in New Issue
Block a user