Commit 85d04fa2 by Nick Clifton Committed by Nick Clifton

stormy16.md (ineqbranch_1): Do not assume that comparisons with small integers…

stormy16.md (ineqbranch_1): Do not assume that comparisons with small integers will always produce a short...

        * config/stormy16/stormy16.md (ineqbranch_1): Do not assume that
        comparisons with small integers will always produce a short
        branch.

From-SVN: r146039
parent e495a0c8
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:
......
......@@ -903,7 +903,7 @@
(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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment