forked from OSchip/llvm-project
parent
ad783ce909
commit
add830b5d1
|
@ -1414,7 +1414,7 @@ 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()
|
||||
assert(Opcode == ISD::AND || (Opcode == ISD::OR && Val->hasOneUse())
|
||||
&& "Valid conjunction/disjunction tree");
|
||||
|
||||
// Check if both sides can be transformed.
|
||||
|
|
Loading…
Reference in New Issue