From 704dabc7324294dc34a122fb86dfaf12d88354c2 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 13 Oct 1992 11:12:24 -0700 Subject: [PATCH] (movstrsi+1): Add `+' to constraints for clobbered inputs. From-SVN: r2431 --- gcc/config/sparc/sparc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/sparc/sparc.md b/gcc/config/sparc/sparc.md index 02454771cff..5139adb4268 100644 --- a/gcc/config/sparc/sparc.md +++ b/gcc/config/sparc/sparc.md @@ -1048,8 +1048,8 @@ }") (define_insn "" - [(set (mem:BLK (match_operand:SI 0 "register_operand" "r")) - (mem:BLK (match_operand:SI 1 "register_operand" "r"))) + [(set (mem:BLK (match_operand:SI 0 "register_operand" "+r")) + (mem:BLK (match_operand:SI 1 "register_operand" "+r"))) (use (match_operand:SI 2 "nonmemory_operand" "rn")) (use (match_operand:SI 3 "immediate_operand" "i")) (clobber (match_dup 0)) -- 2.30.2