combine.c (simplify_set): match the mode of the constant 0 with the tested operand...
commit8abcb0f705f34e873fe2c2301f643af2b7f7f176
authorRoman Zippel <zippel@linux-m68k.org>
Thu, 15 Jul 2004 21:16:21 +0000 (15 21:16 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Thu, 15 Jul 2004 21:16:21 +0000 (15 21:16 +0000)
tree908f711e4d59ea45cf440c4673541dbb8d3f2911
parent7a1bf2f971ea51d117c242f635f6b3ac83ac77c5
combine.c (simplify_set): match the mode of the constant 0 with the tested operand to match the compare...

2004-07-15  Roman Zippel  <zippel@linux-m68k.org>

        * combine.c (simplify_set): match the mode of the constant 0 with
        the tested operand to match the compare behaviour and the
        simplify_relational_operation() expectation.

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