arc.md: Remove #if HOST_FLOAT_FORMAT != TARGET_FLOAT_FORMAT blocks.
authorZack Weinberg <zack@codesourcery.com>
Thu, 18 Apr 2002 17:38:23 +0000 (17:38 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Thu, 18 Apr 2002 17:38:23 +0000 (17:38 +0000)
* config/arc/arc.md: Remove #if HOST_FLOAT_FORMAT !=
TARGET_FLOAT_FORMAT blocks.

From-SVN: r52479

gcc/ChangeLog
gcc/config/arc/arc.md

index 309b00be11f2b11212f50569507bfcf73b121d58..d37b3723eae2703dbf7c507408d2ca642e3d84f5 100644 (file)
@@ -1,3 +1,8 @@
+2002-04-18  Zack Weinberg  <zack@codesourcery.com>
+
+       * config/arc/arc.md: Remove #if HOST_FLOAT_FORMAT !=
+       TARGET_FLOAT_FORMAT blocks.
+
 2002-04-18  Hans-Peter Nilsson  <hp@axis.com>
 
        * config/cris/cris.h (TARGET_VERSION): Remove local version number.
index 4df42cc91b51bb467b291256e2e37d4cee6f8896..ae4588502df8a9e913c41b845811b5f73cb624cb 100644 (file)
   "
 {
   /* Everything except mem = const or mem = mem can be done easily.  */
-
-#if HOST_FLOAT_FORMAT != TARGET_FLOAT_FORMAT
-  if (GET_CODE (operands[1]) == CONST_DOUBLE)
-    operands[1] = force_const_mem (SFmode, operands[1]);
-#endif
-
   if (GET_CODE (operands[0]) == MEM)
     operands[1] = force_reg (SFmode, operands[1]);
 }")
   "
 {
   /* Everything except mem = const or mem = mem can be done easily.  */
-
-#if HOST_FLOAT_FORMAT != TARGET_FLOAT_FORMAT
-  if (GET_CODE (operands[1]) == CONST_DOUBLE)
-    operands[1] = force_const_mem (DFmode, operands[1]);
-#endif
-
   if (GET_CODE (operands[0]) == MEM)
     operands[1] = force_reg (DFmode, operands[1]);
 }")