sh.md (cmpgeusi_t): Fix condition.

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

From-SVN: r130566
This commit is contained in:
Samuel Tardieu 2007-12-02 09:26:09 +00:00 committed by Samuel Tardieu
parent b9d4915c0f
commit 083f0d3a04
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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)]
"
{