mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 12:00:03 -05:00
* config/i386/i386.md (floatsidf2): Conditionalize on hard-float.
From-SVN: r50340
This commit is contained in:
committed by
Richard Henderson
parent
6eaf690b74
commit
ab02e8446b
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user