* config/mips/mips.c (gen_int_relational): Tell the caller not to
reverse a branch if a NE comparison is implemented with GTU.
From-SVN: r43931
+2001-07-11 Richard Sandiford <rsandifo@redhat.com>
+
+ * config/mips/mips.c (gen_int_relational): Tell the caller not to
+ reverse a branch if a NE comparison is implemented with GTU.
+
2001-07-11 Richard Sandiford <rsandifo@redhat.com>
H.J. Lu <hjl@gnu.org>
if (! TARGET_MIPS16)
{
convert_move (result, gen_rtx (GTU, mode, reg, const0_rtx), 0);
+ if (p_invert != NULL)
+ *p_invert = 0;
invert = 0;
}
else