1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

Typo: Reviewed by Alistair.

llvm-svn: 131001
This commit is contained in:
Andrew Trick 2011-05-06 18:14:32 +00:00
parent b098ac2b95
commit 7e699489f1

View File

@ -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());
//