]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove never looping loop in label_rtx_for_bb
authorRichard Biener <rguenther@suse.de>
Wed, 24 Nov 2021 14:57:03 +0000 (15:57 +0100)
committerRichard Biener <rguenther@suse.de>
Thu, 25 Nov 2021 13:23:44 +0000 (14:23 +0100)
commit0fdd1804ee8ce04821110bb19c246f9d05248e22
treed04382b1b1a08e058b32936d922d2a6ded762847
parent555b8cc39062d1e02ed9117883229c75e17a8871
Remove never looping loop in label_rtx_for_bb

This refactors the IL "walk" in a way to avoid the loop which will
never iterate.

2021-11-25  Richard Biener  <rguenther@suse.de>

* cfgexpand.c (label_rtx_for_bb): Remove dead loop construct.
gcc/cfgexpand.c