re PR rtl-optimization/3311 (GCC-SH: gcc loses result of AND operation due to force_t...
authorJeff Law <law@redhat.com>
Thu, 28 Mar 2002 23:33:52 +0000 (16:33 -0700)
committerJeff Law <law@gcc.gnu.org>
Thu, 28 Mar 2002 23:33:52 +0000 (16:33 -0700)
commit8bc528064fedba642b6246c38b8c48e029321766
tree77e64e6603c75e448adfa247ed58effe997b148b
parent279dccc5db570d56e327fa74361ecf593038433a
re PR rtl-optimization/3311 (GCC-SH: gcc loses result of AND operation due to force_to_mode bug)

* combine.c (simplify_and_const_int): Make sure to apply mask
when force_to_mode returns a constant integer.  PR3311.

From-SVN: r51532
gcc/ChangeLog
gcc/combine.c