Re: [PATCH] rename make_eh_edges to make_eh_edge

2023-10-25 Thread Alexandre Oliva
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:

Re: [PATCH] rename make_eh_edges to make_eh_edge (was: return edge in make_eh_edges)

2023-10-19 Thread Richard Biener
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