From: Andrew Trick Date: Fri, 6 May 2011 18:14:32 +0000 (+0000) Subject: Typo: Reviewed by Alistair. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=89fd43778e47b0698582f906e3dac900c376102e;p=oota-llvm.git 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 848af2a6c32..34c9259d2ab 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()); //