fold-const.c (fold_truthop): Transform "a || b" into "(a|b) != 0" and "!p && !q"…
fold-const.c (fold_truthop): Transform "a || b" into "(a|b) != 0" and "!p && !q" into "(p|q) == 0" under... * fold-const.c (fold_truthop): Transform "a || b" into "(a|b) != 0" and "!p && !q" into "(p|q) == 0" under suitable conditions. From-SVN: r54148
Showing
Please
register
or
sign in
to comment