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

Jim Grosbach grosbach at apple.com
Fri Jul 2 10:38:34 PDT 2010


Author: grosbach
Date: Fri Jul  2 12:38:34 2010
New Revision: 107489

URL: http://llvm.org/viewvc/llvm-project?rev=107489&view=rev
Log:
grammar tweaks

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

Modified: llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp?rev=107489&r1=107488&r2=107489&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp Fri Jul  2 12:38:34 2010
@@ -1007,11 +1007,11 @@
                                    NodesLeadingTo);
     }
 
-    // Now that we legalized all of the inputs (which may have inserted
-    // libcalls) create the new CALLSEQ_START node.
+    // Now that we have legalized all of the inputs (which may have inserted
+    // libcalls), create the new CALLSEQ_START node.
     Tmp1 = LegalizeOp(Node->getOperand(0));  // Legalize the chain.
 
-    // Merge in the last call, to ensure that this call start after the last
+    // Merge in the last call to ensure that this call starts after the last
     // call ended.
     if (LastCALLSEQ_END.getOpcode() != ISD::EntryToken) {
       Tmp1 = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,





More information about the llvm-commits mailing list