projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b3db73
)
Typo: Reviewed by Alistair.
author
Andrew Trick
<atrick@apple.com>
Fri, 6 May 2011 18:14:32 +0000
(18:14 +0000)
committer
Andrew 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
patch
|
blob
|
history
diff --git
a/lib/CodeGen/PostRASchedulerList.cpp
b/lib/CodeGen/PostRASchedulerList.cpp
index 848af2a6c32370cff895b7ace467ba5828bc64d4..34c9259d2abaad13cf93da6e393dabb63c105857 100644
(file)
--- 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 recom
p
ute the depth of the successor
// here as such:
// SuccSU->setDepthToAtLeast(SU->getDepth() + SuccEdge->getLatency());
//