forked from OSchip/llvm-project
[PowerPC] Fix no-assert build
r212476 caused a compile failure (unused variable) in a non-assertion build ... llvm-svn: 212477
This commit is contained in:
parent
ec2bf93895
commit
de8641bfde
|
@ -4314,6 +4314,7 @@ PPCTargetLowering::LowerCall_64SVR4(SDValue Chain, SDValue Callee,
|
|||
}
|
||||
|
||||
assert(NumBytesActuallyUsed == ArgOffset);
|
||||
(void)NumBytesActuallyUsed;
|
||||
|
||||
if (!MemOpChains.empty())
|
||||
Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, MemOpChains);
|
||||
|
|
Loading…
Reference in New Issue