gcc/
authorsam <sam@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 2 Dec 2007 09:26:09 +0000 (09:26 +0000)
committersam <sam@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 2 Dec 2007 09:26:09 +0000 (09:26 +0000)
* 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

gcc/ChangeLog
gcc/config/sh/sh.md

index 01d6da8..04d754b 100644 (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
index 00221cc..d7e2727 100644 (file)
                (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)]
   "
 {