On Oct 20, 2023, Richard Biener wrote:
> OK.
Thanks.
>> * tree-eh.h (make_eh_edges): Rename to...
>> (make_eh_edge): ... this.
>> * tree-eh.cc: Likewise. Adjust all callers.
Ugh, "Adjust all callers" is no longer enough, all files need to be
mentioned explicitly. So I'm pushing it with:
On Fri, Oct 20, 2023 at 8:09 AM Alexandre Oliva wrote:
>
> On Oct 19, 2023, Richard Biener wrote:
>
> > Maybe time to do s/make_eh_edges/make_eh_edge/ though.
>
> How about this? Regstrapped on x86_64-linux-gnu and ppc64le-linux-gnu,
> on top of the patches for strub, hardbool, and hardcfr that