summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2016-02-06 14:21:49 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2016-02-06 14:21:49 +0000
commit11e4d1146f2f1f6698bb2c7bf726d9ddfc6aa10e (patch)
treefa8565862c973666b1849c3df99130acab62c350 /llvm/lib
parent3bc6d46e621c0a79028dfae50301a6e66e1cfa85 (diff)
downloadbcm5719-llvm-11e4d1146f2f1f6698bb2c7bf726d9ddfc6aa10e.tar.gz
bcm5719-llvm-11e4d1146f2f1f6698bb2c7bf726d9ddfc6aa10e.zip
Comment fix
llvm-svn: 259990
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 6675cafd862..873d1429352 100644
--- a/llvm/lib/Target/X86/X86ISelLowering.cpp
+++ b/llvm/lib/Target/X86/X86ISelLowering.cpp
@@ -10652,7 +10652,7 @@ static SDValue lowerVectorShuffleWithUndefHalf(SDLoc DL, MVT VT, SDValue V1,
DAG.getIntPtrConstant(HalfNumElts, DL));
}
- // If the shuffle only uses the lower halves of the input operands,
+ // If the shuffle only uses two of the four halves of the input operands,
// then extract them and perform the 'half' shuffle at half width.
// e.g. vector_shuffle <X, X, X, X, u, u, u, u> or <X, X, u, u>
int HalfIdx1 = -1, HalfIdx2 = -1;
OpenPOWER on IntegriCloud