fold-const.c
440 KB
-
fold-const.c (fold_cond_expr_with_comparison): Move simplification for A == C1 ? A : C2 to below. · e2535011
* fold-const.c (fold_cond_expr_with_comparison): Move simplification for A == C1 ? A : C2 to below. * match.pd: Move from above to here: (cond (eq (convert1? x) c1) (convert2? x) c2) -> (cond (eq x c1) c1 c2). From-SVN: r242751
Bin Cheng committed