From: Martin Liska Date: Tue, 26 Jan 2021 11:55:52 +0000 (+0100) Subject: Test simlified call in cgraph_node::analyze(). X-Git-Tag: basepoints/gcc-13~8290 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=021607e12cb9c40d0859b78490f44bb3f7da5812;p=thirdparty%2Fgcc.git Test simlified call in cgraph_node::analyze(). gcc/ChangeLog: PR ipa/98815 * cgraphunit.c (cgraph_node::analyze): Remove duplicate free_dominance_info calls. --- diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index 0b70e4d4fde8..098eb99dc954 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -678,8 +678,6 @@ cgraph_node::analyze (void) gimple_register_cfg_hooks (); bitmap_obstack_initialize (NULL); execute_pass_list (cfun, g->get_passes ()->all_lowering_passes); - free_dominance_info (CDI_POST_DOMINATORS); - free_dominance_info (CDI_DOMINATORS); compact_blocks (); bitmap_obstack_release (NULL); lowered = true;