https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120629
--- Comment #30 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:9050cbed34135c8472c2654c4dd6a8739d69b92e commit r16-1506-g9050cbed34135c8472c2654c4dd6a8739d69b92e Author: Jakub Jelinek <ja...@redhat.com> Date: Fri Jun 13 23:17:17 2025 +0200 expand: Add a helper function for edge splitting [PR120629] On Fri, Jun 13, 2025 at 08:52:55AM +0100, Richard Sandiford wrote: > But now that there are two instances, I wonder if it would > be worth hiding this detail in a helper function? Here it is. 2025-06-13 Jakub Jelinek <ja...@redhat.com> PR middle-end/120629 * cfgexpand.cc (expand_split_edge): New function. (expand_gimple_cond, construct_init_block): Use it.