Typo: Reviewed by Alistair.
authorAndrew Trick <atrick@apple.com>
Fri, 6 May 2011 18:14:32 +0000 (18:14 +0000)
committerAndrew Trick <atrick@apple.com>
Fri, 6 May 2011 18:14:32 +0000 (18:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131001 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/PostRASchedulerList.cpp

index 848af2a6c32370cff895b7ace467ba5828bc64d4..34c9259d2abaad13cf93da6e393dabb63c105857 100644 (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());
   //