Commit 6185f217 by Richard Henderson Committed by Richard Henderson

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

From-SVN: r50339
parent 6901a009
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> 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
* gthr-win32.h (__GTHREAD_MUTEX_INIT_DEFAULT): Define. * gthr-win32.h (__GTHREAD_MUTEX_INIT_DEFAULT): Define.
......
...@@ -5136,7 +5136,7 @@ ...@@ -5136,7 +5136,7 @@
(define_expand "floatsidf2" (define_expand "floatsidf2"
[(set (match_operand:DF 0 "register_operand" "") [(set (match_operand:DF 0 "register_operand" "")
(float:DF (match_operand:SI 1 "nonimmediate_operand" "")))] (float:DF (match_operand:SI 1 "nonimmediate_operand" "")))]
"" "TARGET_80387 || TARGET_SSE2"
"") "")
(define_insn "*floatsidf2_i387" (define_insn "*floatsidf2_i387"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment