i386.c (ix86_expand_fp_compare): Delay creating of scratch register until when it...
authorJan Hubicka <jh@suse.cz>
Sat, 3 Mar 2001 18:49:05 +0000 (19:49 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 3 Mar 2001 18:49:05 +0000 (18:49 +0000)
commitbf71a4f81cb189fe894b8213753be2c16f31861a
treea31ce4d33c3d1c60dddf3d9072d1e7a9e4b783fc
parent6b630c42c69b68fce5bf421438bc8c7a28cd8b25
i386.c (ix86_expand_fp_compare): Delay creating of scratch register until when it is really needed.

* i386.c (ix86_expand_fp_compare): Delay creating of scratch register
until when it is really needed.
(ix86_expand_compare): Update call of ix86_expand_fp_compare.
* i386.h (PREDICATE_CODES): Add all codes for sse_comparison_operator
* i386.md (float?i?f splitter): Don't force source operand to memory
for SSE.
(sse_movdfcc): Fix constraint.
(sse_movdfcc splitter): Handle properly the second alternative.

From-SVN: r40216
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.h
gcc/config/i386/i386.md