]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix handling of uninitialized counts in merge_blocks
authorJan Hubicka <jh@suse.cz>
Thu, 2 Oct 2025 13:25:08 +0000 (15:25 +0200)
committerJan Hubicka <jh@suse.cz>
Thu, 2 Oct 2025 13:25:41 +0000 (15:25 +0200)
commit14010053dac93f64e34b4b71804bec7ec984b595
tree330ec68644bfdc9f37202f975ba913eb158f43a6
parentc34ccc8ba23aa7cbf5e2d88186abf0c384a675a3
Fix handling of uninitialized counts in merge_blocks

gcc/ChangeLog:

* cfghooks.cc (merge_blocks): Fix typo in the previous change.

Co-authored-by: H.J. Lu <hjl.tools@gmail.com>
gcc/cfghooks.cc