Commit b5265b32 by Richard Sandiford Committed by Richard Sandiford

mips.c (gen_int_relational): Tell the caller not to reverse a branch if a NE…

mips.c (gen_int_relational): Tell the caller not to reverse a branch if a NE comparison is implemented with GTU.

	* 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
parent b87c8c8c
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>
* mips.md (call_internal1): Use CONSTANT_ADDRESS_P to check for
......
......@@ -2979,6 +2979,8 @@ gen_int_relational (test_code, result, cmp0, cmp1, p_invert)
if (! TARGET_MIPS16)
{
convert_move (result, gen_rtx (GTU, mode, reg, const0_rtx), 0);
if (p_invert != NULL)
*p_invert = 0;
invert = 0;
}
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment