Minor change. Since the checks are equivalent, use isMMX

llvm-svn: 113239
This commit is contained in:
Bruno Cardoso Lopes 2010-09-07 18:24:00 +00:00
parent e9dcee0a69
commit e6f7e4684d

View File

@ -5475,7 +5475,7 @@ X86TargetLowering::LowerVECTOR_SHUFFLE(SDValue Op, SelectionDAG &DAG) const {
// Only a few shuffle masks are handled for 64-bit vectors (MMX), and
// 64-bit vectors which made to this point can't be handled, they are
// expanded.
if (VT.getSizeInBits() == 64)
if (isMMX)
return SDValue();
if (ShuffleVectorSDNode::isSplatMask(&M[0], VT) &&