public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-23] Test simlified call in cgraph_node::analyze().
@ 2021-04-21  9:42 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2021-04-21  9:42 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:021607e12cb9c40d0859b78490f44bb3f7da5812

commit r12-23-g021607e12cb9c40d0859b78490f44bb3f7da5812
Author: Martin Liska <mliska@suse.cz>
Date:   Tue Jan 26 12:55:52 2021 +0100

    Test simlified call in cgraph_node::analyze().
    
    gcc/ChangeLog:
    
            PR ipa/98815
            * cgraphunit.c (cgraph_node::analyze): Remove duplicate
            free_dominance_info calls.

Diff:
---
 gcc/cgraphunit.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c
index 0b70e4d4fde..098eb99dc95 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;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-21  9:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-21  9:42 [gcc r12-23] Test simlified call in cgraph_node::analyze() Martin Liska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).