mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Typo: Reviewed by Alistair.
llvm-svn: 131001
This commit is contained in:
parent
b098ac2b95
commit
7e699489f1
@ -540,7 +540,7 @@ void SchedulePostRATDList::ReleaseSucc(SUnit *SU, SDep *SuccEdge) {
|
||||
#endif
|
||||
--SuccSU->NumPredsLeft;
|
||||
|
||||
// Standard scheduler algorithms will recomute the depth of the successor
|
||||
// Standard scheduler algorithms will recompute the depth of the successor
|
||||
// here as such:
|
||||
// SuccSU->setDepthToAtLeast(SU->getDepth() + SuccEdge->getLatency());
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user