* i386.md (sqrtdf2): SFmode should be DFmode.
authorToon Moene <toon@moene.indiv.nluug.nl>
Mon, 16 Apr 2001 00:12:44 +0000 (02:12 +0200)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 16 Apr 2001 00:12:44 +0000 (17:12 -0700)
From-SVN: r41364

gcc/ChangeLog
gcc/config/i386/i386.md

index 7fd793704a8b4b6c61df862c184ef35f50b15c99..42787a07797e2e4c96b21344194e3f8fe4a87c57 100644 (file)
@@ -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.
index a2ea35947b669d97363c74f37cffba0e8ef9e05c..3991e87ba81d8f10c3e3c7056704238d4e2f1da9 100644 (file)
   "
 {
   if (!TARGET_SSE2)
-    operands[1] = force_reg (SFmode, operands[1]);
+    operands[1] = force_reg (DFmode, operands[1]);
 }")
 
 (define_insn "sqrtdf2_1"