fold-const.c
236 KB
-
re PR rtl-optimization/4046 (redundant conditional branch) · 6bfa5aac
PR opt/4046 * fold-const.c (fold) [COND_EXPR]: Simplify A ? 0 : 1 to !A, A ? B : 0 to A && B and A ? B : 1 into !A || B if both A and B are truth values. From-SVN: r55153
Roger Sayle committed