* (ix86_expand_fp_movcc): Re-enable SSE conditional move generation.

From-SVN: r41602
This commit is contained in:
Jan Hubicka 2001-04-26 20:33:25 +02:00 committed by Jan Hubicka
parent 8789b9fa5c
commit 52a661a627
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Thu Apr 26 20:28:21 CEST 2001 Jan Hubicka <jh@suse.cz>
* (ix86_expand_fp_movcc): Re-enable SSE conditional move generation.
Thu Apr 26 19:20:28 CEST 2001 Jan Hubicka <jh@suse.cz>
* i386.md (abs/neg splitter): Fix calculation of sign bit for TFmodes

View File

@ -6613,8 +6613,7 @@ ix86_expand_fp_movcc (operands)
/* We may be called from the post-reload splitter. */
&& (!REG_P (operands[0])
|| SSE_REG_P (operands[0])
|| REGNO (operands[0]) >= FIRST_PSEUDO_REGISTER)
&& 0)
|| REGNO (operands[0]) >= FIRST_PSEUDO_REGISTER))
{
rtx op0 = ix86_compare_op0, op1 = ix86_compare_op1;
code = GET_CODE (operands[1]);