]> git.ipfire.org Git - thirdparty/gcc.git/commit
Free RTL SSA after late-combine
authorRichard Biener <rguenther@suse.de>
Mon, 9 Dec 2024 13:10:34 +0000 (14:10 +0100)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 9 Dec 2024 14:20:00 +0000 (15:20 +0100)
commit91bdaf659d23be61d1fa5c83ef02322bf0872c87
treef96d8984fb0a099d621caf9cd650ce0d1d8fd6bb
parent75e481c711c0f6698ca063f5a009db71d45ddc0c
Free RTL SSA after late-combine

Late-combine fails to release RTL SSA info, leaking memory
(as -fmem-report shows).

* late-combine.cc (late_combine::execute): Delete RTL SSA.
gcc/late-combine.cc