sh.md (cmpgeusi_t): Fix condition.
gcc/ * config/sh/sh.md (cmpgeusi_t): Fix condition. From-SVN: r130566
This commit is contained in:
parent
b9d4915c0f
commit
083f0d3a04
@ -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
|
||||
|
@ -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)]
|
||||
"
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user