[llvm] r179986 - Tidy up comment grammar.

Jim Grosbach grosbach at apple.com
Sun Apr 21 14:23:01 PDT 2013


Author: grosbach
Date: Sun Apr 21 16:23:01 2013
New Revision: 179986

URL: http://llvm.org/viewvc/llvm-project?rev=179986&view=rev
Log:
Tidy up comment grammar.

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

Modified: llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp?rev=179986&r1=179985&r2=179986&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp Sun Apr 21 16:23:01 2013
@@ -1272,8 +1272,8 @@ SDValue DAGTypeLegalizer::SplitVecOp_STO
 SDValue DAGTypeLegalizer::SplitVecOp_CONCAT_VECTORS(SDNode *N) {
   DebugLoc DL = N->getDebugLoc();
 
-  // The input operands all must have the same type, and we know the result the
-  // result type is valid.  Convert this to a buildvector which extracts all the
+  // The input operands all must have the same type, and we know the result
+  // type is valid.  Convert this to a buildvector which extracts all the
   // input elements.
   // TODO: If the input elements are power-two vectors, we could convert this to
   // a new CONCAT_VECTORS node with elements that are half-wide.





More information about the llvm-commits mailing list