Tidy up comment grammar.
authorJim Grosbach <grosbach@apple.com>
Sun, 21 Apr 2013 21:23:01 +0000 (21:23 +0000)
committerJim Grosbach <grosbach@apple.com>
Sun, 21 Apr 2013 21:23:01 +0000 (21:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179986 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp

index 5ec85356388866cd4d638ef351d79186fe4fcf0b..bd8b6ac0c7dbcf5d66ec541ca4f796b62a3a986a 100644 (file)
@@ -1272,8 +1272,8 @@ SDValue DAGTypeLegalizer::SplitVecOp_STORE(StoreSDNode *N, unsigned OpNo) {
 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.