diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-11-04 10:41:52 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-11-04 10:41:52 -0500 |
commit | f6176c648775c569f0a439b2d07583c419fa62a9 (patch) | |
tree | bf75d7f50292056327327b26cd2b1eb6d8943d37 /gcc | |
parent | f6ab52f8895875271ec19d70c72f3f29ba3fe18a (diff) | |
download | gcc-f6176c648775c569f0a439b2d07583c419fa62a9.zip gcc-f6176c648775c569f0a439b2d07583c419fa62a9.tar.gz gcc-f6176c648775c569f0a439b2d07583c419fa62a9.tar.bz2 |
(casesi_worker): Change constraint from = to +.
From-SVN: r10548
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sh/sh.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md index 36ec02e..6de9d3a 100644 --- a/gcc/config/sh/sh.md +++ b/gcc/config/sh/sh.md @@ -1572,7 +1572,7 @@ [(set (reg:SI 0) (plus:SI (reg:SI 0) (mem:HI (plus:SI (reg:SI 0) - (match_operand:SI 0 "arith_reg_operand" "=r"))))) + (match_operand:SI 0 "arith_reg_operand" "+r"))))) (set (match_dup 0) (mem:HI (plus:SI (reg:SI 0) (match_dup 0))))] "" |