]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
*** empty log message ***
authorMichael Meissner <meissner@gcc.gnu.org>
Wed, 15 Apr 1992 18:00:05 +0000 (18:00 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Wed, 15 Apr 1992 18:00:05 +0000 (18:00 +0000)
From-SVN: r747

gcc/config/mips/mips.md

index dd74f08431f608abcece5fc4209104d96731205c..9a7753fc41e06cad9acbce7f554aa036ce04e899 100644 (file)
@@ -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"))]
   ""