One more check from the original isShuffleMaskLegal goes away

llvm-svn: 113045
This commit is contained in:
Bruno Cardoso Lopes 2010-09-04 00:46:16 +00:00
parent 16959372bb
commit 9f8e704151
1 changed files with 0 additions and 1 deletions

View File

@ -5473,7 +5473,6 @@ X86TargetLowering::LowerVECTOR_SHUFFLE(SDValue Op, SelectionDAG &DAG) const {
ShuffleVectorSDNode::isSplatMask(&M[0], VT) || ShuffleVectorSDNode::isSplatMask(&M[0], VT) ||
isMOVLMask(M, VT) || isMOVLMask(M, VT) ||
isSHUFPMask(M, VT) || isSHUFPMask(M, VT) ||
isPSHUFDMask(M, VT) ||
isPSHUFHWMask(M, VT) || isPSHUFHWMask(M, VT) ||
isPSHUFLWMask(M, VT) || isPSHUFLWMask(M, VT) ||
isPALIGNRMask(M, VT, Subtarget->hasSSSE3())) isPALIGNRMask(M, VT, Subtarget->hasSSSE3()))