mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
[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
8f2aff0b0c
commit
5e8a0b585b
@ -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
Block a user