aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2004-05-25 21:43:53 +0000
committerPaul Brook <pbrook@gcc.gnu.org>2004-05-25 21:43:53 +0000
commitb31ad637454889b80006372a4074cd0c2077f884 (patch)
tree4504bae2f4a16bc0c253eead4f68f0a092fac97c /gcc/config
parent5ab8e5cc696c9116da67316b19d8c62abde9ed82 (diff)
downloadgcc-b31ad637454889b80006372a4074cd0c2077f884.zip
gcc-b31ad637454889b80006372a4074cd0c2077f884.tar.gz
gcc-b31ad637454889b80006372a4074cd0c2077f884.tar.bz2
arm.c (thumb_exit, [...]): Remove pointless #ifdef.
* config/arm/arm.c (thumb_exit, thumb_unexpanded_epilogue): Remove pointless #ifdef. From-SVN: r82262
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/arm/arm.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c
index 6e85b11..1ccd9ee 100644
--- a/gcc/config/arm/arm.c
+++ b/gcc/config/arm/arm.c
@@ -12491,7 +12491,6 @@ thumb_exit (FILE *f, int reg_containing_return_addr, rtx eh_ofs)
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
@@ -12501,7 +12500,6 @@ thumb_exit (FILE *f, int reg_containing_return_addr, rtx eh_ofs)
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);
@@ -12953,7 +12951,6 @@ thumb_unexpanded_epilogue (void)
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
@@ -12962,7 +12959,6 @@ thumb_unexpanded_epilogue (void)
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);