fold-const.c (fold): Test vs FLOAT_TYPE_P instead of INTEGRAL_TYPE_P when...
authorRichard Henderson <rth@redhat.com>
Mon, 23 Jul 2001 06:00:06 +0000 (23:00 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 23 Jul 2001 06:00:06 +0000 (23:00 -0700)
commit1f2f8b29b10054d99d2fbb63067143401734ebbf
treefcf7dbcf856c331dadfb0a651e5eff3a5fa472f7
parent541c655f055ca0e15b4cb096ca167793979a1ffe
fold-const.c (fold): Test vs FLOAT_TYPE_P instead of INTEGRAL_TYPE_P when...

        * fold-const.c (fold): Test vs FLOAT_TYPE_P instead of
        INTEGRAL_TYPE_P when folding comparisons with operand_equal_p
        arguments.

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