OSDN Git Service

* i386.md (extenddfxf2, extenddftf2): Fix typo/thinko.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Jun 2002 12:27:50 +0000 (12:27 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Jun 2002 12:27:50 +0000 (12:27 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54583 138bc75d-0d04-0410-961f-82ee72b054a4

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

index dfca31f..d14b1ab 100644 (file)
@@ -1,5 +1,7 @@
 2002-06-13  Jeffrey Law  <law@redhat.com>
 
+       * i386.md (extenddfxf2, extenddftf2): Fix typo/thinko.
+
        * alias.c (argument_registers): Remove.
        (init_alias_once): Initialize static_reg_base_value here.  Remove
        initialization of argument_registers.
index 094f441..1d1381a 100644 (file)
   /* ??? Needed for compress_float_constant since all fp constants
      are LEGITIMATE_CONSTANT_P.  */
   if (GET_CODE (operands[1]) == CONST_DOUBLE)
-    operands[1] = validize_mem (force_const_mem (SFmode, operands[1]));
+    operands[1] = validize_mem (force_const_mem (DFmode, operands[1]));
   if (GET_CODE (operands[0]) == MEM && GET_CODE (operands[1]) == MEM)
     operands[1] = force_reg (DFmode, operands[1]);
 })
   /* ??? Needed for compress_float_constant since all fp constants
      are LEGITIMATE_CONSTANT_P.  */
   if (GET_CODE (operands[1]) == CONST_DOUBLE)
-    operands[1] = validize_mem (force_const_mem (SFmode, operands[1]));
+    operands[1] = validize_mem (force_const_mem (DFmode, operands[1]));
   if (GET_CODE (operands[0]) == MEM && GET_CODE (operands[1]) == MEM)
     operands[1] = force_reg (DFmode, operands[1]);
 })