diff options
author | Andrew Trick <atrick@apple.com> | 2011-05-06 18:14:32 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2011-05-06 18:14:32 +0000 |
commit | 84f9ad9bf205a287637e186c9741862a4f6085fc (patch) | |
tree | 14da4e1f53a3532e3e7dc6a0185e165c84a304ab | |
parent | 409943efcb54d2d88d4a974e8f64e2ed53be2a2f (diff) | |
download | bcm5719-llvm-84f9ad9bf205a287637e186c9741862a4f6085fc.tar.gz bcm5719-llvm-84f9ad9bf205a287637e186c9741862a4f6085fc.zip |
Typo: Reviewed by Alistair.
llvm-svn: 131001
-rw-r--r-- | llvm/lib/CodeGen/PostRASchedulerList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/PostRASchedulerList.cpp b/llvm/lib/CodeGen/PostRASchedulerList.cpp index 848af2a6c32..34c9259d2ab 100644 --- a/llvm/lib/CodeGen/PostRASchedulerList.cpp +++ b/llvm/lib/CodeGen/PostRASchedulerList.cpp @@ -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()); // |