OSDN Git Service

* config/stormy16/stormy16.md (ineqbranch_1): Do not assume that
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Apr 2009 15:16:50 +0000 (15:16 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Apr 2009 15:16:50 +0000 (15:16 +0000)
        comparisons with small integers will always produce a short
        branch.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146039 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/stormy16/stormy16.md

index e489fc0..d637606 100644 (file)
@@ -1,3 +1,9 @@
+2009-04-14  Nick Clifton  <nickc@redhat.com>
+
+       * config/stormy16/stormy16.md (ineqbranch_1): Do not assume that
+       comparisons with small integers will always produce a short
+       branch.
+
 2009-04-14  Rafael Avila de Espindola  <espindola@google.com>
 
        Merge:
index 285a82f..43e4548 100644 (file)
        (if_then_else (match_operator:HI 4 "xstormy16_ineqsi_operator"
                       [(minus:HI (match_operand:HI 1 "register_operand" "T,r,r")
                           (zero_extend:HI (reg:BI CARRY_REG)))
-                       (match_operand:HI 3 "nonmemory_operand" "L,Ir,i")])
+                       (match_operand:HI 3 "nonmemory_operand" "L,r,i")])
                      (label_ref (match_operand 0 "" ""))
                      (pc)))
    (set (match_operand:HI 2 "register_operand" "=1,1,1")