mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
[PowerPC] Fix no-assert build
r212476 caused a compile failure (unused variable) in a non-assertion build ... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212477 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bf7bfe3549
commit
b053ddc909
@ -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…
x
Reference in New Issue
Block a user