]> git.ipfire.org Git - thirdparty/gcc.git/commit
Do not clear bb->aux in duplicate_loop_body_to_header_edge
authorRichard Biener <rguenther@suse.de>
Tue, 17 May 2022 15:18:06 +0000 (17:18 +0200)
committerRichard Biener <rguenther@suse.de>
Tue, 17 May 2022 15:53:46 +0000 (17:53 +0200)
commit941efd87e22b1b88e3488b8e681d14d0d66e45ac
tree77fcb25a16c2e099fd2eb8fb1304a7d797f136de
parent6101a276c34b94f692206739d98aa7faf2e7b2ad
Do not clear bb->aux in duplicate_loop_body_to_header_edge

duplicate_loop_body_to_header_edge clears bb->aux which is not wanted
by a new use in loop unswitching.  The clearing was introduced with
r0-69110-g6580ee7781f903 and it seems accidentially so.

2022-05-17  Richard Biener  <rguenther@suse.de>

* cfgloopmanip.cc (duplicate_loop_body_to_header_edge): Do
not clear bb->aux of the copied blocks.
gcc/cfgloopmanip.cc