diff options
Diffstat (limited to 'gcc/ipa-utils.c')
-rw-r--r-- | gcc/ipa-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-utils.c b/gcc/ipa-utils.c index 355b957..532e7c8 100644 --- a/gcc/ipa-utils.c +++ b/gcc/ipa-utils.c @@ -626,7 +626,7 @@ ipa_merge_profiles (struct cgraph_node *dst, } if (!preserve_body) src->release_body (); - inline_update_overall_summary (dst); + ipa_update_overall_fn_summary (dst); } /* TODO: if there is no match, we can scale up. */ src->decl = oldsrcdecl; |