From: Nick Clifton Date: Tue, 14 Apr 2009 15:16:50 +0000 (+0000) Subject: stormy16.md (ineqbranch_1): Do not assume that comparisons with small integers will... X-Git-Tag: releases/gcc-4.5.0~6630 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=85d04fa2c85e47a17618b25da05a91344a053096;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e489fc0ac541..d637606d2634 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2009-04-14 Nick Clifton + + * 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 Merge: diff --git a/gcc/config/stormy16/stormy16.md b/gcc/config/stormy16/stormy16.md index 285a82f5dcae..43e454804a1f 100644 --- a/gcc/config/stormy16/stormy16.md +++ b/gcc/config/stormy16/stormy16.md @@ -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")