summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2011-05-06 18:14:32 +0000
committerAndrew Trick <atrick@apple.com>2011-05-06 18:14:32 +0000
commit84f9ad9bf205a287637e186c9741862a4f6085fc (patch)
tree14da4e1f53a3532e3e7dc6a0185e165c84a304ab /llvm
parent409943efcb54d2d88d4a974e8f64e2ed53be2a2f (diff)
downloadbcm5719-llvm-84f9ad9bf205a287637e186c9741862a4f6085fc.tar.gz
bcm5719-llvm-84f9ad9bf205a287637e186c9741862a4f6085fc.zip
Typo: Reviewed by Alistair.
llvm-svn: 131001
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/CodeGen/PostRASchedulerList.cpp2
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());
//
OpenPOWER on IntegriCloud