[llvm-commits] [llvm] r131001 - /llvm/trunk/lib/CodeGen/PostRASchedulerList.cpp

Andrew Trick atrick at apple.com
Fri May 6 11:14:32 PDT 2011


Author: atrick
Date: Fri May  6 13:14:32 2011
New Revision: 131001

URL: http://llvm.org/viewvc/llvm-project?rev=131001&view=rev
Log:
Typo: Reviewed by Alistair.

Modified:
    llvm/trunk/lib/CodeGen/PostRASchedulerList.cpp

Modified: llvm/trunk/lib/CodeGen/PostRASchedulerList.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/PostRASchedulerList.cpp?rev=131001&r1=131000&r2=131001&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/PostRASchedulerList.cpp (original)
+++ llvm/trunk/lib/CodeGen/PostRASchedulerList.cpp Fri May  6 13:14:32 2011
@@ -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());
   //





More information about the llvm-commits mailing list