Commit 083f0d3a by Samuel Tardieu Committed by Samuel Tardieu

sh.md (cmpgeusi_t): Fix condition.

    gcc/
	* config/sh/sh.md (cmpgeusi_t): Fix condition.

From-SVN: r130566
parent b9d4915c
2007-12-02 Samuel Tardieu <sam@rfc1149.net>
* config/sh/sh.md (cmpgeusi_t): Fix condition.
2007-11-30 Jan Hubicka <jh@suse.cz>
* ggc-common.c (dump_ggc_loc_statistics): Reset ggc_force_collect
......@@ -648,7 +648,7 @@
(match_operand:SI 1 "arith_reg_or_0_operand" "rN")))]
"TARGET_SH1"
"cmp/hs %1,%0"
"&& operands[0] == CONST0_RTX (SImode)"
"&& operands[1] == CONST0_RTX (SImode)"
[(pc)]
"
{
......
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