Test simlified call in cgraph_node::analyze().
gcc/ChangeLog: PR ipa/98815 * cgraphunit.c (cgraph_node::analyze): Remove duplicate free_dominance_info calls.
This commit is contained in:
parent
2d4c3af94f
commit
021607e12c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue