+2004-05-25 Paul Brook <paul@codesourcery.com>
+
+ * config/arm/arm.c (thumb_exit, thumb_unexpanded_epilogue): Remove
+ pointless #ifdef.
+
2004-04-25 Paolo Bonzini <bonzini@gnu.org>
* Makefile.in (top_builddir): Define to .
size = 12;
else
{
-#ifdef RTX_CODE
/* If we can deduce the registers used from the function's
return value. This is more reliable that examining
regs_ever_live[] because that will be set if the register is
if (current_function_return_rtx != 0)
mode = GET_MODE (current_function_return_rtx);
else
-#endif
mode = DECL_MODE (DECL_RESULT (current_function_decl));
size = GET_MODE_SIZE (mode);
int size;
int mode;
-#ifdef RTX_CODE
/* If we can deduce the registers used from the function's return value.
This is more reliable that examining regs_ever_live[] because that
will be set if the register is ever used in the function, not just if
if (current_function_return_rtx != 0)
mode = GET_MODE (current_function_return_rtx);
else
-#endif
mode = DECL_MODE (DECL_RESULT (current_function_decl));
size = GET_MODE_SIZE (mode);