]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove accidentially left if (0) block
authorRichard Biener <rguenther@suse.de>
Fri, 19 Sep 2025 09:11:41 +0000 (11:11 +0200)
committerRichard Biener <rguenther@suse.de>
Fri, 19 Sep 2025 10:19:18 +0000 (12:19 +0200)
commit95fc85aff1c26184d0fe52ea4e9f47064279126a
treeecc319d4bf8b789a295de40db9cc8c08044eb84b
parent5ca8c27364986a2a46ad649658355a34b5f8957d
Remove accidentially left if (0) block

The following removes a block I added (and disabled again) when
developing the PR121720 fix.

* tree-ssa-pre.cc (compute_antic_aux): Remove dead code.
gcc/tree-ssa-pre.cc