diff options
Diffstat (limited to 'gcc/profile.c')
-rw-r--r-- | gcc/profile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/profile.c b/gcc/profile.c index 809e43f3e05..b52b35257be 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -1115,7 +1115,6 @@ output_func_start_profiler () announce_function (fndecl); current_function_decl = fndecl; DECL_INITIAL (fndecl) = error_mark_node; - temporary_allocation (); make_function_rtl (fndecl); init_function_start (fndecl, input_filename, lineno); pushlevel (0); |