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

From-SVN: r50340
This commit is contained in:
Richard Henderson 2002-03-05 16:07:20 -08:00 committed by Richard Henderson
parent 6eaf690b74
commit ab02e8446b
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 Jakub Jelinek <jakub@redhat.com>
* mklibgcc.in: Prepend a tab before .hidden, add $flags to gcc

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"