From: Jim Wilson Date: Tue, 13 Oct 1992 18:12:24 +0000 (-0700) Subject: (movstrsi+1): Add `+' to constraints for clobbered inputs. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=704dabc7324294dc34a122fb86dfaf12d88354c2;p=gcc.git (movstrsi+1): Add `+' to constraints for clobbered inputs. From-SVN: r2431 --- 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))