]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/ipa-utils.c
* ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
[thirdparty/gcc.git] / gcc / ipa-utils.c
index 355b957c20e9662e7f9ca7c829d01516630cd476..532e7c89c4fbf20bf39224bd16b911e8ac865881 100644 (file)
@@ -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;