Typo: Reviewed by Alistair.

llvm-svn: 131001
This commit is contained in:
Andrew Trick 2011-05-06 18:14:32 +00:00
parent 409943efcb
commit 84f9ad9bf2
1 changed files with 1 additions and 1 deletions

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