public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/loop-unswitch-support-switches] fix ->aux clearing of duplicate_loop_body_to_header_edge
@ 2022-05-17 17:13 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2022-05-17 17:13 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:0cc1e771238dbd8ea576aba70568e1c530f5f652

commit 0cc1e771238dbd8ea576aba70568e1c530f5f652
Author: Richard Biener <rguenther@suse.de>
Date:   Tue May 17 17:38:51 2022 +0200

    fix ->aux clearing of duplicate_loop_body_to_header_edge

Diff:
---
 gcc/cfgloopmanip.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/cfgloopmanip.cc b/gcc/cfgloopmanip.cc
index b4357c03e86..7736e3ec709 100644
--- a/gcc/cfgloopmanip.cc
+++ b/gcc/cfgloopmanip.cc
@@ -1351,7 +1351,6 @@ duplicate_loop_body_to_header_edge (class loop *loop, edge e,
       unsigned j;
 
       bb = bbs[i];
-      bb->aux = 0;
 
       auto_vec<basic_block> dom_bbs = get_dominated_by (CDI_DOMINATORS, bb);
       FOR_EACH_VEC_ELT (dom_bbs, j, dominated)


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

only message in thread, other threads:[~2022-05-17 17:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-17 17:13 [gcc/devel/loop-unswitch-support-switches] fix ->aux clearing of duplicate_loop_body_to_header_edge 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).