(movstrsi+1): Add `+' to constraints for clobbered inputs.
authorJim Wilson <wilson@gcc.gnu.org>
Tue, 13 Oct 1992 18:12:24 +0000 (11:12 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 13 Oct 1992 18:12:24 +0000 (11:12 -0700)
From-SVN: r2431

gcc/config/sparc/sparc.md

index 02454771cff7427b6b51e3b3a912525811b373f5..5139adb4268ab9ee90918b8abc5a3148ef5648ae 100644 (file)
 }")
 
 (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))