* i386.md (sqrtdf2): SFmode should be DFmode.
From-SVN: r41364
This commit is contained in:
parent
f54104df4e
commit
2406cfed9a
@ -1,3 +1,7 @@
|
||||
2001-04-15 Toon Moene <toon@moene.indiv.nluug.nl>
|
||||
|
||||
* i386.md (sqrtdf2): SFmode should be DFmode.
|
||||
|
||||
2001-04-15 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* gcse.c (compute_ld_motion_mems): ASM outputs aren't moveable.
|
||||
|
@ -14013,7 +14013,7 @@
|
||||
"
|
||||
{
|
||||
if (!TARGET_SSE2)
|
||||
operands[1] = force_reg (SFmode, operands[1]);
|
||||
operands[1] = force_reg (DFmode, operands[1]);
|
||||
}")
|
||||
|
||||
(define_insn "sqrtdf2_1"
|
||||
|
Loading…
Reference in New Issue
Block a user