1
0
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:
Fangrui Song 2020-06-05 11:46:50 -07:00
parent b977443b38
commit 04cf16d7f3

View File

@ -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();