diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1992-04-15 18:00:05 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1992-04-15 18:00:05 +0000 |
commit | 1460addfd3689012abc7394f7942b4b1128bbcd3 (patch) | |
tree | 9af9065fcc57b56a3aba218893d376c7abda78c5 | |
parent | bbc80925d599bca6898ae17e0c2d90feeabbb2b2 (diff) | |
download | gcc-1460addfd3689012abc7394f7942b4b1128bbcd3.zip gcc-1460addfd3689012abc7394f7942b4b1128bbcd3.tar.gz gcc-1460addfd3689012abc7394f7942b4b1128bbcd3.tar.bz2 |
*** empty log message ***
From-SVN: r747
-rw-r--r-- | gcc/config/mips/mips.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index dd74f08..9a7753f 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -1916,10 +1916,10 @@ move\\t%0,%z4\\n\\ (define_insn "movstrsi_internal" [(set (match_operand:BLK 0 "memory_operand" "=Ro") (match_operand:BLK 1 "memory_operand" "Ro")) - (clobber (match_scratch:SI 4 "=d")) - (clobber (match_scratch:SI 5 "=d")) - (clobber (match_scratch:SI 6 "=d")) - (clobber (match_scratch:SI 7 "=d")) + (clobber (match_scratch:SI 4 "=&d")) + (clobber (match_scratch:SI 5 "=&d")) + (clobber (match_scratch:SI 6 "=&d")) + (clobber (match_scratch:SI 7 "=&d")) (use (match_operand:SI 2 "small_int" "I")) (use (match_operand:SI 3 "small_int" "I"))] "" |