* config/i386/i386.md (floatsidf2): Conditionalize on hard-float.

From-SVN: r50339
This commit is contained in:
Richard Henderson 2002-03-05 16:06:05 -08:00 committed by Richard Henderson
parent 6901a00903
commit 6185f21704
2 changed files with 5 additions and 1 deletions

View 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.

View File

@ -5136,7 +5136,7 @@
(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"