]> git.ipfire.org Git - thirdparty/gcc.git/commit
rename make_eh_edges to make_eh_edge
authorAlexandre Oliva <oliva@adacore.com>
Thu, 26 Oct 2023 06:06:05 +0000 (03:06 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Thu, 26 Oct 2023 06:06:05 +0000 (03:06 -0300)
commit2f398d148a793282d11f9ab63da987728c2daf4f
treeceb7b383a567aa351225bad9a7bfe9ec196ddff6
parentf75fc1f08337fdf9034b041b113835b456ca37bf
rename make_eh_edges to make_eh_edge

Since make_eh_edges creates at most one edge, rename it to
make_eh_edge.

for  gcc/ChangeLog

* tree-eh.h (make_eh_edges): Rename to...
(make_eh_edge): ... this.
* tree-eh.cc: Likewise.  Adjust all callers...
* gimple-harden-conditionals.cc: ... here, ...
* gimple-harden-control-flow.cc: ... here, ...
* tree-cfg.cc: ... here, ...
* tree-inline.cc: ... and here.
gcc/gimple-harden-conditionals.cc
gcc/gimple-harden-control-flow.cc
gcc/tree-cfg.cc
gcc/tree-eh.cc
gcc/tree-eh.h
gcc/tree-inline.cc