From: Michael Meissner Date: Wed, 15 Apr 1992 18:00:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: misc/cutover-egcs-0~13184 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1460addfd3689012abc7394f7942b4b1128bbcd3;p=thirdparty%2Fgcc.git *** empty log message *** From-SVN: r747 --- diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index dd74f08431f6..9a7753fc41e0 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"))] ""