mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-07 11:59:09 +00:00
Silence a -Wparentheses warning; NFC.
llvm-svn: 258676
This commit is contained in:
parent
66fa90c341
commit
2adffa1342
@ -1414,8 +1414,8 @@ static SDValue emitConjunctionDisjunctionTreeRec(SelectionDAG &DAG, SDValue Val,
|
||||
return emitConditionalComparison(LHS, RHS, CC, CCOp, Predicate, OutCC, DL,
|
||||
DAG);
|
||||
}
|
||||
assert(Opcode == ISD::AND || (Opcode == ISD::OR && Val->hasOneUse())
|
||||
&& "Valid conjunction/disjunction tree");
|
||||
assert((Opcode == ISD::AND || (Opcode == ISD::OR && Val->hasOneUse())) &&
|
||||
"Valid conjunction/disjunction tree");
|
||||
|
||||
// Check if both sides can be transformed.
|
||||
SDValue LHS = Val->getOperand(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user