mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
Fix -Wunused-variable after D80515
This commit is contained in:
parent
b977443b38
commit
04cf16d7f3
@ -14460,7 +14460,6 @@ static SDValue PerformVMOVNCombine(SDNode *N,
|
||||
static SDValue PerformVQMOVNCombine(SDNode *N,
|
||||
TargetLowering::DAGCombinerInfo &DCI) {
|
||||
SDValue Op0 = N->getOperand(0);
|
||||
SDValue Op1 = N->getOperand(1);
|
||||
unsigned IsTop = N->getConstantOperandVal(2);
|
||||
|
||||
unsigned NumElts = N->getValueType(0).getVectorNumElements();
|
||||
|
Loading…
x
Reference in New Issue
Block a user