fold-const.c (fold): Avoid non INTEGER_TYPEs when widening operands in an integer...
authorDiego Novillo <dnovillo@redhat.com>
Wed, 22 Sep 2004 11:40:12 +0000 (11:40 +0000)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Wed, 22 Sep 2004 11:40:12 +0000 (07:40 -0400)
commit6a97296a060b9e053ae598076ffa14c41a5b6f39
tree72b9739f89b8a8c1be1a8932e4dea6cccbb6d17e
parent3b620440d3041539ea0150599073d829cea2982d
fold-const.c (fold): Avoid non INTEGER_TYPEs when widening operands in an integer comparison.

* fold-const.c (fold): Avoid non INTEGER_TYPEs when widening
operands in an integer comparison.
* tree-cfg.c (find_taken_edge): Call fold() to determine
whether the predicate is known.

From-SVN: r87855
gcc/ChangeLog
gcc/fold-const.c
gcc/tree-cfg.c