mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-12 07:37:34 +00:00
fix a warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26941 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b9df0ca67b
commit
6df1154644
@ -2216,14 +2216,15 @@ SDOperand X86TargetLowering::LowerOperation(SDOperand Op, SelectionDAG &DAG) {
|
||||
// Use unpcklpd
|
||||
return DAG.getNode(X86ISD::UNPCKLP, VT, V1, V1);
|
||||
// Leave the VECTOR_SHUFFLE alone. It matches SHUFP*.
|
||||
break;
|
||||
return SDOperand();
|
||||
} else if (VT == MVT::v4f32 && X86::isPSHUFDMask(PermMask.Val))
|
||||
// Leave the VECTOR_SHUFFLE alone. It matches PSHUFD.
|
||||
break;
|
||||
return SDOperand();
|
||||
}
|
||||
|
||||
// TODO.
|
||||
assert(0);
|
||||
assert(0 && "TODO");
|
||||
abort();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user