public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Remove useless backedge marking
@ 2020-07-24 14:52 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2020-07-24 14:52 UTC (permalink / raw)
  To: gcc-patches

I didn't find anything using EDGE_DFS_BACK in RTL infrastructure
used by var-tracking or var-tracking itself, the following removes
this computation.

Bootstrapped and tested on x86_64-unknown-linux-gnu.

I'll push this on Monday unless somebody points out my obvious mistake.

Richard.

2020-07-24  Richard Biener  <rguenther@suse.de>

	* var-tracking.c (variable_tracking_main_1): Remove call
	to mark_dfs_back_edges.
---
 gcc/var-tracking.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/var-tracking.c b/gcc/var-tracking.c
index cca75064c8b..a345fb47eb7 100644
--- a/gcc/var-tracking.c
+++ b/gcc/var-tracking.c
@@ -10481,7 +10481,6 @@ variable_tracking_main_1 (void)
       return 0;
     }
 
-  mark_dfs_back_edges ();
   if (!vt_initialize ())
     {
       vt_finalize ();
-- 
2.25.1

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

only message in thread, other threads:[~2020-07-24 14:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-24 14:52 [PATCH] Remove useless backedge marking Richard Biener

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).