diff options
Diffstat (limited to 'gcc/profile.c')
-rw-r--r-- | gcc/profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/profile.c b/gcc/profile.c index 17f1f740afd..6c12e6916d2 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -1117,7 +1117,7 @@ output_func_start_profiler () announce_function (fndecl); current_function_decl = fndecl; DECL_INITIAL (fndecl) = error_mark_node; - make_function_rtl (fndecl); + make_decl_rtl (fndecl, NULL); init_function_start (fndecl, input_filename, lineno); pushlevel (0); expand_function_start (fndecl, 0); |