aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/stormy16
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-04-14 15:16:50 +0000
committerNick Clifton <nickc@gcc.gnu.org>2009-04-14 15:16:50 +0000
commit85d04fa2c85e47a17618b25da05a91344a053096 (patch)
treeaa135579d7233af3de679ce61beec4463472df8f /gcc/config/stormy16
parente495a0c84ddde3fb1a080f32a98570ec1691f598 (diff)
downloadgcc-85d04fa2c85e47a17618b25da05a91344a053096.zip
gcc-85d04fa2c85e47a17618b25da05a91344a053096.tar.gz
gcc-85d04fa2c85e47a17618b25da05a91344a053096.tar.bz2
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
Diffstat (limited to 'gcc/config/stormy16')
-rw-r--r--gcc/config/stormy16/stormy16.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/stormy16/stormy16.md b/gcc/config/stormy16/stormy16.md
index 285a82f..43e4548 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")