diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1992-10-13 11:12:24 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1992-10-13 11:12:24 -0700 |
commit | 704dabc7324294dc34a122fb86dfaf12d88354c2 (patch) | |
tree | 2f2d1164b286731d9581106314759fb30c711377 | |
parent | 76542a00ceb4e026211ad4a91333b464b1b73906 (diff) | |
download | gcc-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.md | 4 |
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)) |