From 11964566ad7690c109fcd0568fdcfe19343b7a3e Mon Sep 17 00:00:00 2001 From: nickc Date: Tue, 14 Apr 2009 15:16:50 +0000 Subject: * config/stormy16/stormy16.md (ineqbranch_1): Do not assume that 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/config/stormy16/stormy16.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/stormy16') diff --git a/gcc/config/stormy16/stormy16.md b/gcc/config/stormy16/stormy16.md index 285a82f5dca..43e454804a1 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") -- cgit v1.2.1