From: Michael Meissner Date: Sun, 9 Oct 1994 18:48:38 +0000 (+0000) Subject: Make sure movsf_mem does not clobber a destination register X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cf1907e32a4d9f11e73a95d5068e5c6b2da2c376;p=gcc.git Make sure movsf_mem does not clobber a destination register From-SVN: r8245 --- diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 18d56f66a03..38467460ff4 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -1152,7 +1152,7 @@ (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"))] "" "* {