Commit 2406cfed by Toon Moene Committed by Richard Henderson

* i386.md (sqrtdf2): SFmode should be DFmode.

From-SVN: r41364
parent f54104df
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"
......
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