aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1992-10-13 11:12:24 -0700
committerJim Wilson <wilson@gcc.gnu.org>1992-10-13 11:12:24 -0700
commit704dabc7324294dc34a122fb86dfaf12d88354c2 (patch)
tree2f2d1164b286731d9581106314759fb30c711377
parent76542a00ceb4e026211ad4a91333b464b1b73906 (diff)
downloadgcc-704dabc7324294dc34a122fb86dfaf12d88354c2.zip
gcc-704dabc7324294dc34a122fb86dfaf12d88354c2.tar.gz
gcc-704dabc7324294dc34a122fb86dfaf12d88354c2.tar.bz2
(movstrsi+1): Add `+' to constraints for clobbered inputs.
From-SVN: r2431
-rw-r--r--gcc/config/sparc/sparc.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/sparc/sparc.md b/gcc/config/sparc/sparc.md
index 0245477..5139adb 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))