commit | 89fd43778e47b0698582f906e3dac900c376102e | [log] [tgz] |
---|---|---|
author | Andrew Trick <atrick@apple.com> | Fri May 06 18:14:32 2011 +0000 |
committer | Andrew Trick <atrick@apple.com> | Fri May 06 18:14:32 2011 +0000 |
tree | bbf94e4e949115580d51627fece0765035e8434e | |
parent | 8b3db735f1defb36b75cd676b06f0593a60a980e [diff] [blame] |
Typo: Reviewed by Alistair. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131001 91177308-0d34-0410-b5e6-96231b3b80d8
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 @@ #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()); //