[multiple changes]
authorRichard Henderson <rth@gcc.gnu.org>
Wed, 15 May 2002 20:39:55 +0000 (13:39 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 15 May 2002 20:39:55 +0000 (13:39 -0700)
commit033afd1106402a8f18e5acc21de1d85fd73d8969
treefb2a015f0ac63f048599d765f38276b4cc2c2f94
parent14285ace8899def6117605a40a2b7bacabbfb1ab
[multiple changes]

2002-05-15  Jakub Jelinek  <jakub@redhat.com>

        * fold-const.c (fold): Fix a typo.

2002-05-15  Eric Botcazou  <ebotcazou@multimania.com>

        * fold-const.c (fold) [LT_EXPR]: Move the transformation of a
        comparison against the highest or lowest integer value before
        the 'X >= CST to X > (CST - 1)' and 'X < CST to X <= (CST - 1)'
        transformation and that of an unsigned comparison against 0
        right after.

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