diff options
author | Richard Henderson <rth@cygnus.com> | 1999-11-06 09:53:01 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1999-11-06 09:53:01 -0800 |
commit | e06981b09a2f0607cb85f692cb8b9fd89a72de32 (patch) | |
tree | da7cc682ff625c535f1a4e94b541efa30de23848 /gcc | |
parent | c683f030df0292795245b64bad28a3b81e4de046 (diff) | |
download | gcc-e06981b09a2f0607cb85f692cb8b9fd89a72de32.zip gcc-e06981b09a2f0607cb85f692cb8b9fd89a72de32.tar.gz gcc-e06981b09a2f0607cb85f692cb8b9fd89a72de32.tar.bz2 |
* i386.md (movdf_1, movxf_1): Earlyclobber general regs destination.
From-SVN: r30432
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/i386/i386.md | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1825d80..6864759 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Sat Nov 6 09:52:09 1999 Richard Henderson <rth@cygnus.com> + + * i386.md (movdf_1, movxf_1): Earlyclobber general regs destination. + Sat Nov 6 07:48:59 1999 Catherine Moore <clm@cygnus.com> * config/svr4.h (ASM_DECLARE_FUNCTION): Check if already diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 91745f1..e89965e 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -1855,7 +1855,7 @@ }") (define_insn "*movdf_1" - [(set (match_operand:DF 0 "nonimmediate_operand" "=f,m,f,*r,m,*r") + [(set (match_operand:DF 0 "nonimmediate_operand" "=f,m,f,*&r,m,*r") (match_operand:DF 1 "general_operand" "fm,f,G,*rm,*r,G"))] "" "* @@ -1980,7 +1980,7 @@ }") (define_insn "*movxf_1" - [(set (match_operand:XF 0 "nonimmediate_operand" "=f,m,f,*r,o") + [(set (match_operand:XF 0 "nonimmediate_operand" "=f,m,f,*&r,o") (match_operand:XF 1 "general_operand" "fm,f,G,*ro,*r"))] "" "* |