From 1460addfd3689012abc7394f7942b4b1128bbcd3 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Wed, 15 Apr 1992 18:00:05 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r747 --- gcc/config/mips/mips.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index dd74f08431f..9a7753fc41e 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"))] "" -- 2.30.2