fold-const.c (fold): Convert (or (not arg0) (not arg1)) to (not (and (arg0) (arg1))).
authorJan Hubicka <hubicka@freesoft.cz>
Fri, 15 Oct 1999 05:46:35 +0000 (07:46 +0200)
committerJeff Law <law@gcc.gnu.org>
Fri, 15 Oct 1999 05:46:35 +0000 (23:46 -0600)
commitccc5fd95b241d216fb93ff30384593c3b2df846e
tree9de0a736cbc85624d4b101760b56c60be85135f5
parentf959ff1a09bb1ef2580f6ab1862cf1248a0639cd
fold-const.c (fold): Convert (or (not arg0) (not arg1)) to (not (and (arg0) (arg1))).

        * fold-const.c (fold): Convert (or (not arg0) (not arg1))
        to (not (and (arg0) (arg1))). Similary for and.

From-SVN: r30001
gcc/ChangeLog
gcc/fold-const.c