summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2016-09-03 20:36:05 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2016-09-03 20:36:05 +0000
commit3606d2346cccfb4f6dbb5f7903eeb11ebc151c25 (patch)
tree81cf972b1b80706bc9322625665ae15ae52b05ad
parentf43e4a17286be7520a37990932c273264f1c31ac (diff)
downloadbcm5719-llvm-3606d2346cccfb4f6dbb5f7903eeb11ebc151c25.tar.gz
bcm5719-llvm-3606d2346cccfb4f6dbb5f7903eeb11ebc151c25.zip
Strip trailing whitespace
llvm-svn: 280598
-rw-r--r--llvm/lib/Target/X86/X86ISelLowering.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp
index d4d29caefea..3627368f360 100644
--- a/llvm/lib/Target/X86/X86ISelLowering.cpp
+++ b/llvm/lib/Target/X86/X86ISelLowering.cpp
@@ -26480,8 +26480,8 @@ static SDValue combineShuffle(SDNode *N, SelectionDAG &DAG,
if (SDValue LD = EltsFromConsecutiveLoads(VT, Elts, dl, DAG, true))
return LD;
- // For AVX2, we sometimes want to combine
- // (vector_shuffle <mask> (concat_vectors t1, undef)
+ // For AVX2, we sometimes want to combine
+ // (vector_shuffle <mask> (concat_vectors t1, undef)
// (concat_vectors t2, undef))
// Into:
// (vector_shuffle <mask> (concat_vectors t1, t2), undef)
OpenPOWER on IntegriCloud