* config/sh/sh.md (cmpgeusi_t): Fix condition.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130566
138bc75d-0d04-0410-961f-
82ee72b054a4
+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
(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)]
"
{