From cf1907e32a4d9f11e73a95d5068e5c6b2da2c376 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Sun, 9 Oct 1994 18:48:38 +0000 Subject: [PATCH] Make sure movsf_mem does not clobber a destination register From-SVN: r8245 --- gcc/config/i386/i386.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))] "" "* { -- 2.30.2