]> gcc.gnu.org Git - gcc.git/commitdiff
Make sure movsf_mem does not clobber a destination register
authorMichael Meissner <meissner@gcc.gnu.org>
Sun, 9 Oct 1994 18:48:38 +0000 (18:48 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Sun, 9 Oct 1994 18:48:38 +0000 (18:48 +0000)
From-SVN: r8245

gcc/config/i386/i386.md

index 18d56f66a0331211272360f80a3f6a81cc4479c9..38467460ff4b9905ee4f580c55739a0a0cced13c 100644 (file)
 (define_insn "movsf_mem"
   [(set (match_operand:SF 0 "memory_operand" "=m")
        (match_operand:SF 1 "memory_operand" "m"))
-   (clobber (match_scratch:SI 2 "=r"))]
+   (clobber (match_scratch:SI 2 "=&r"))]
   ""
   "*
 {
This page took 0.073038 seconds and 5 git commands to generate.