]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix latent bug in loop header copying which forgets to update the loop header pointer
authorJan Hubicka <jh@suse.cz>
Fri, 21 Apr 2023 13:53:21 +0000 (15:53 +0200)
committerJan Hubicka <jh@suse.cz>
Fri, 21 Apr 2023 13:54:06 +0000 (15:54 +0200)
commit2f4e45101dd812a6fcc1e5d96efedc60b8735432
tree942c1c48a5ca34e18381cd4263cfe5c8fac5555a
parent2e047c00e983b6d9037906feac3a215ef829c82f
Fix latent bug in loop header copying which forgets to update the loop header pointer

gcc/ChangeLog:

2023-04-21  Jan Hubicka  <hubicka@ucw.cz>
    Ondrej Kubanek  <kubanek0ondrej@gmail.com>

* tree-ssa-loop-ch.cc (ch_base::copy_headers): Update loop header and
latch.
gcc/tree-ssa-loop-ch.cc