mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-13 07:00:59 +00:00
Correct a comment.
llvm-svn: 59341
This commit is contained in:
parent
b4151fd731
commit
95967fc7b7
@ -148,7 +148,7 @@ void ScheduleDAGList::ScheduleNodeTopDown(SUnit *SU, unsigned CurCycle) {
|
||||
Sequence.push_back(SU);
|
||||
SU->Cycle = CurCycle;
|
||||
|
||||
// Bottom up: release successors.
|
||||
// Top down: release successors.
|
||||
for (SUnit::succ_iterator I = SU->Succs.begin(), E = SU->Succs.end();
|
||||
I != E; ++I)
|
||||
ReleaseSucc(I->Dep, I->isCtrl);
|
||||
|
Loading…
x
Reference in New Issue
Block a user