public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/marxin/heads/PR98815-remove-extra-dominator-release-call)] Test simlified call in cgraph_node::analyze().
@ 2021-01-26 11:56 Martin Liska
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Liska @ 2021-01-26 11:56 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:598ea473a4b7b7b26b255b93e144687b30fa4757

commit 598ea473a4b7b7b26b255b93e144687b30fa4757
Author: Martin Liska <mliska@suse.cz>
Date:   Tue Jan 26 12:55:52 2021 +0100

    Test simlified call in cgraph_node::analyze().

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

diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c
index b401f0817a3..d54fb424a7f 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] 2+ messages in thread

* [gcc(refs/users/marxin/heads/PR98815-remove-extra-dominator-release-call)] Test simlified call in cgraph_node::analyze().
@ 2021-03-17 14:19 Martin Liska
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Liska @ 2021-03-17 14:19 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:ebdb4ec45e80448b8fbf11344a2ab87f5d26adb9

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

    Test simlified call in cgraph_node::analyze().
    
    gcc/ChangeLog:
    
            * 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 1c74cee69ac..b11574b3586 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] 2+ messages in thread

end of thread, other threads:[~2021-03-17 14:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-26 11:56 [gcc(refs/users/marxin/heads/PR98815-remove-extra-dominator-release-call)] Test simlified call in cgraph_node::analyze() Martin Liska
2021-03-17 14:19 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).