mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-05 17:21:39 +00:00
AArch64ISelLowering.cpp: Fix a warning. [-Wunused-variable]
llvm-svn: 258618
This commit is contained in:
parent
d7f46a4f6c
commit
c47ea12e00
@ -1449,6 +1449,7 @@ static SDValue emitConjunctionDisjunctionTreeRec(SelectionDAG &DAG, SDValue Val,
|
|||||||
bool NeedsNegOutR = RHS->getOpcode() == ISD::OR;
|
bool NeedsNegOutR = RHS->getOpcode() == ISD::OR;
|
||||||
assert((!NeedsNegOutR || !NeedsNegOutL) &&
|
assert((!NeedsNegOutR || !NeedsNegOutL) &&
|
||||||
"Valid conjunction/disjunction tree");
|
"Valid conjunction/disjunction tree");
|
||||||
|
(void)NeedsNegOutR;
|
||||||
// Order the side where we need to negate the output flags to RHS so it
|
// Order the side where we need to negate the output flags to RHS so it
|
||||||
// gets emitted first.
|
// gets emitted first.
|
||||||
if (NeedsNegOutL)
|
if (NeedsNegOutL)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user