OSDN Git Service

* config/i386/i386.md (floatsidf2): Conditionalize on hard-float.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Mar 2002 00:06:05 +0000 (00:06 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Mar 2002 00:06:05 +0000 (00:06 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50339 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 865fce5..395d6fb 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 a62fd2f..41d8649 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"