summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2013-04-21 21:23:01 +0000
committerJim Grosbach <grosbach@apple.com>2013-04-21 21:23:01 +0000
commitd4db72db614d50be5629e01a718418c89f1e9b2c (patch)
treebde47fd89682bf231ffad94ae3ece3b3ceb3efb4 /llvm/lib
parent65d3287282644f9275760f5170ba034f7a3e5ebb (diff)
downloadbcm5719-llvm-d4db72db614d50be5629e01a718418c89f1e9b2c.tar.gz
bcm5719-llvm-d4db72db614d50be5629e01a718418c89f1e9b2c.zip
Tidy up comment grammar.
llvm-svn: 179986
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp b/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
index 5ec85356388..bd8b6ac0c7d 100644
--- a/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
@@ -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.
OpenPOWER on IntegriCloud