]> git.ipfire.org Git - thirdparty/gcc.git/commit
fold-const.c (fold_widened_comparison): Make sure that we're passing an INTEGER_TYPE...
authorEric Christopher <echristo@redhat.com>
Tue, 30 Nov 2004 20:33:34 +0000 (20:33 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Tue, 30 Nov 2004 20:33:34 +0000 (20:33 +0000)
commit62f4e23f087096962eb67aef5414125453f7ad9a
tree8c1a6b691af8f0a648c955da86420225030dd8f7
parent1ae5bf022387b0b62045323e7b0890ad90dc6ee0
fold-const.c (fold_widened_comparison): Make sure that we're passing an INTEGER_TYPE to int_fits_type_p.

2004-11-30  Eric Christopher  <echristo@redhat.com>

* fold-const.c (fold_widened_comparison): Make sure that we're
passing an INTEGER_TYPE to int_fits_type_p.
(fold): Clean up comment.

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