Commit f18664c1 by Zack Weinberg Committed by Zack Weinberg

arc.md: Remove #if HOST_FLOAT_FORMAT != TARGET_FLOAT_FORMAT blocks.

	* config/arc/arc.md: Remove #if HOST_FLOAT_FORMAT !=
	TARGET_FLOAT_FORMAT blocks.

From-SVN: r52479
parent 528d8489
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.
......
......@@ -325,12 +325,6 @@
"
{
/* 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]);
}")
......@@ -354,12 +348,6 @@
"
{
/* 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]);
}")
......
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