diff options
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r-- | gcc/c-decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c index 26a012a..1eb3482 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -6144,7 +6144,7 @@ finish_function () /* ??? Objc emits functions after finalizing the compilation unit. This should be cleaned up later and this conditional removed. */ if (!cgraph_global_info_ready) - cgraph_finalize_function (fndecl); + cgraph_finalize_function (fndecl, false); else c_expand_body (fndecl); current_function_decl = NULL; |