diff options
Diffstat (limited to 'gcc/builtins.c')
-rw-r--r-- | gcc/builtins.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/builtins.c b/gcc/builtins.c index 750488e..65aa71f 100644 --- a/gcc/builtins.c +++ b/gcc/builtins.c @@ -808,11 +808,7 @@ expand_builtin_return_addr (enum built_in_function fndecl_code, int count) /* For __builtin_frame_address, return what we've got. But, on the SPARC for example, we may have to add a bias. */ if (fndecl_code == BUILT_IN_FRAME_ADDRESS) -#ifdef FRAME_ADDR_RTX return FRAME_ADDR_RTX (tem); -#else - return tem; -#endif /* For __builtin_return_address, get the return address from that frame. */ #ifdef RETURN_ADDR_RTX |