[X86] Fix bad comment in assert. NFC

llvm-svn: 272248
This commit is contained in:
Craig Topper 2016-06-09 07:06:33 +00:00
parent 76a256260e
commit 565a5b5451
1 changed files with 1 additions and 1 deletions

View File

@ -11661,7 +11661,7 @@ static SDValue lowerV4X128VectorShuffle(SDLoc DL, MVT VT,
// To handle 256 bit vector requires VLX and most probably // To handle 256 bit vector requires VLX and most probably
// function lowerV2X128VectorShuffle() is better solution. // function lowerV2X128VectorShuffle() is better solution.
assert(VT.is512BitVector() && "Unexpected vector size for 128bit shuffle."); assert(VT.is512BitVector() && "Unexpected vector size for 512bit shuffle.");
SmallVector<int, 4> WidenedMask; SmallVector<int, 4> WidenedMask;
if (!canWidenShuffleElements(Mask, WidenedMask)) if (!canWidenShuffleElements(Mask, WidenedMask))