Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit 1e48093

Browse files
author
Jim Grosbach
committed
Tidy up comment grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179986 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 2c6b5a8 commit 1e48093

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,8 +1272,8 @@ SDValue DAGTypeLegalizer::SplitVecOp_STORE(StoreSDNode *N, unsigned OpNo) {
12721272
SDValue DAGTypeLegalizer::SplitVecOp_CONCAT_VECTORS(SDNode *N) {
12731273
DebugLoc DL = N->getDebugLoc();
12741274

1275-
// The input operands all must have the same type, and we know the result the
1276-
// result type is valid. Convert this to a buildvector which extracts all the
1275+
// The input operands all must have the same type, and we know the result
1276+
// type is valid. Convert this to a buildvector which extracts all the
12771277
// input elements.
12781278
// TODO: If the input elements are power-two vectors, we could convert this to
12791279
// a new CONCAT_VECTORS node with elements that are half-wide.

0 commit comments

Comments
 (0)