diff options
Diffstat (limited to 'gcc/stor-layout.c')
-rw-r--r-- | gcc/stor-layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index 1c65490ae77..d8302a76639 100644 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -298,7 +298,7 @@ finalize_size_functions (void) dump_function (TDI_original, fndecl); gimplify_function_tree (fndecl); dump_function (TDI_generic, fndecl); - cgraph_finalize_function (fndecl, false); + cgraph_node::finalize_function (fndecl, false); } vec_free (size_functions); |