* (ix86_expand_fp_movcc): Re-enable SSE conditional move generation.
authorJan Hubicka <jh@suse.cz>
Thu, 26 Apr 2001 18:33:25 +0000 (20:33 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 26 Apr 2001 18:33:25 +0000 (18:33 +0000)
From-SVN: r41602

gcc/ChangeLog
gcc/config/i386/i386.c

index 05ebf9fb53ddd7b1a05d163477f1f6bb5bea1943..dc1876d03a8c31ef8e698129698b278ba8321166 100644 (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
index a0e40ba309eaa5bbfcccca0f09ab7099bbf78a2b..9831811158d5765ed6c73242407ad8b2efadd78e 100644 (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]);