* config/i386/i386.md (floatsidf2): Conditionalize on hard-float.
authorRichard Henderson <rth@redhat.com>
Wed, 6 Mar 2002 00:06:05 +0000 (16:06 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 6 Mar 2002 00:06:05 +0000 (16:06 -0800)
From-SVN: r50339

gcc/ChangeLog
gcc/config/i386/i386.md

index 865fce52f1ae911c367b8f630afb81100f4b9977..395d6fb4fbbcaeeb54bc370525a1d63d30592bfd 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-05  Richard Henderson  <rth@redhat.com>
+
+       * config/i386/i386.md (floatsidf2): Conditionalize on hard-float.
+
 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
 
        * gthr-win32.h (__GTHREAD_MUTEX_INIT_DEFAULT): Define.
index a62fd2fcf38969e46a0447afa68bbf78065c6031..41d864977fd024d4d360d14dd469c298bd6a5d0e 100644 (file)
 (define_expand "floatsidf2"
   [(set (match_operand:DF 0 "register_operand" "")
        (float:DF (match_operand:SI 1 "nonimmediate_operand" "")))]
-  ""
+  "TARGET_80387 || TARGET_SSE2"
   "")
 
 (define_insn "*floatsidf2_i387"