diff options
Diffstat (limited to 'gcc/calls.c')
-rw-r--r-- | gcc/calls.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/calls.c b/gcc/calls.c index 35021ea137f..419f45881a1 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -297,10 +297,7 @@ prepare_call_address (rtx funexp, rtx static_chain_value, { #ifndef NO_FUNCTION_CSE if (optimize && ! flag_no_function_cse) -#ifdef NO_RECURSIVE_FUNCTION_CSE - if (fndecl != current_function_decl) -#endif - funexp = force_reg (Pmode, funexp); + funexp = force_reg (Pmode, funexp); #endif } |