summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2017-03-28 11:15:17 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2017-03-28 11:15:17 +0000
commitdefee5683c261edb06d934fecd61476783a89489 (patch)
tree103d683bf319abd2337f36c427d62d7542498a13 /llvm/lib
parentd4658ee63400efeb464750062530e7f24b344f23 (diff)
downloadbcm5719-llvm-defee5683c261edb06d934fecd61476783a89489.tar.gz
bcm5719-llvm-defee5683c261edb06d934fecd61476783a89489.zip
Strip trailing whitespace
llvm-svn: 298909
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/X86/X86ISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp
index c77dd9517bb..94b24017ece 100644
--- a/llvm/lib/Target/X86/X86ISelLowering.cpp
+++ b/llvm/lib/Target/X86/X86ISelLowering.cpp
@@ -12758,7 +12758,7 @@ static SDValue lowerV8F32VectorShuffle(const SDLoc &DL, ArrayRef<int> Mask,
return V;
// For non-AVX512 if the Mask is of 16bit elements in lane then try to split
- // since after split we get a more efficient code using vpunpcklwd and
+ // since after split we get a more efficient code using vpunpcklwd and
// vpunpckhwd instrs than vblend.
if (!Subtarget.hasAVX512() && isUnpackWdShuffleMask(Mask, MVT::v8f32))
if (SDValue V = lowerVectorShuffleAsSplitOrBlend(DL, MVT::v8f32, V1, V2,
OpenPOWER on IntegriCloud