fold-const.c (fold): Change UINT_MAX test to check vs precision rather than TYPE_MAX_...
authorRichard Henderson <rth@redhat.com>
Thu, 24 Jan 2002 07:36:18 +0000 (23:36 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 24 Jan 2002 07:36:18 +0000 (23:36 -0800)
commitf3077311c4fbead462e28f646910039165076cc3
tree11e6c50d2f8635688147c231a54bb4d34f8163e8
parentddd69607433a8cd05cf50c524746bea197205b6d
fold-const.c (fold): Change UINT_MAX test to check vs precision rather than TYPE_MAX_VALUE.

        * fold-const.c (fold): Change UINT_MAX test to check vs precision
        rather than TYPE_MAX_VALUE.  Fix indentation and a bogus negation.

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