mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-12 23:40:43 +00:00
[x86] Cleanup an unused variable by actually using it in the non-asserts
place where it was needed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217854 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
367cf70f27
commit
2f21b7ec5c
@ -20036,7 +20036,7 @@ static SDValue combineShuffleToAddSub(SDNode *N, SelectionDAG &DAG) {
|
||||
// FIXME: Munge the inputs through no-op shuffles that drop the undef lanes to
|
||||
// allow nuking any instructions that feed only those lanes.
|
||||
|
||||
return DAG.getNode(X86ISD::ADDSUB, DL, N->getValueType(0), LHS, RHS);
|
||||
return DAG.getNode(X86ISD::ADDSUB, DL, VT, LHS, RHS);
|
||||
}
|
||||
|
||||
/// PerformShuffleCombine - Performs several different shuffle combines.
|
||||
|
Loading…
x
Reference in New Issue
Block a user