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 | 89fd43778e47b0698582f906e3dac900c376102e (patch) | |
tree | bbf94e4e949115580d51627fece0765035e8434e | |
parent | 8b3db735f1defb36b75cd676b06f0593a60a980e (diff) | |
download | external_llvm-89fd43778e47b0698582f906e3dac900c376102e.zip external_llvm-89fd43778e47b0698582f906e3dac900c376102e.tar.gz external_llvm-89fd43778e47b0698582f906e3dac900c376102e.tar.bz2 |
Typo: Reviewed by Alistair.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131001 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/PostRASchedulerList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/PostRASchedulerList.cpp b/lib/CodeGen/PostRASchedulerList.cpp index 848af2a..34c9259 100644 --- a/lib/CodeGen/PostRASchedulerList.cpp +++ b/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()); // |