fold-const.c (fold): Move X>=C / X<C transfomation earlier.
authorRichard Henderson <rth@redhat.com>
Sat, 15 Jun 2002 00:06:18 +0000 (17:06 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 15 Jun 2002 00:06:18 +0000 (17:06 -0700)
commitfa4a5557dd8f2e4a57bd30bfdf55115c302fc189
tree3ce76f54a4557c8ffdfc9a085936ab7f4e482770
parentd95eb49f76442102a21330652340889b4d1af9ee
fold-const.c (fold): Move X>=C / X<C transfomation earlier.

        * fold-const.c (fold) [compare ops]: Move X>=C / X<C transfomation
        earlier.  Re-factor comparisons vs extrema.

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