aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-11-04 10:41:52 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1995-11-04 10:41:52 -0500
commitf6176c648775c569f0a439b2d07583c419fa62a9 (patch)
treebf75d7f50292056327327b26cd2b1eb6d8943d37 /gcc
parentf6ab52f8895875271ec19d70c72f3f29ba3fe18a (diff)
downloadgcc-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.md2
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))))]
""