[llvm-commits] [llvm] r157195 - /llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp

Chad Rosier mcrosier at apple.com
Mon May 21 10:13:41 PDT 2012


Author: mcrosier
Date: Mon May 21 12:13:41 2012
New Revision: 157195

URL: http://llvm.org/viewvc/llvm-project?rev=157195&view=rev
Log:
Typo.

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

Modified: llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp?rev=157195&r1=157194&r2=157195&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp Mon May 21 12:13:41 2012
@@ -5560,7 +5560,7 @@
     }
   }
 
-  // Visit all the nodes. As we iterate, moves nodes into sorted order,
+  // Visit all the nodes. As we iterate, move nodes into sorted order,
   // such that by the time the end is reached all nodes will be sorted.
   for (allnodes_iterator I = allnodes_begin(),E = allnodes_end(); I != E; ++I) {
     SDNode *N = I;





More information about the llvm-commits mailing list