]> git.ipfire.org Git - thirdparty/gcc.git/commit
Split out solve_add_graph_edge
authorRichard Biener <rguenther@suse.de>
Tue, 14 Mar 2023 13:38:01 +0000 (14:38 +0100)
committerRichard Biener <rguenther@suse.de>
Wed, 19 Apr 2023 13:42:21 +0000 (15:42 +0200)
commit2cef0d0964d74dd61d3f4df855d521a0ff219a03
treecdf55289b44da8aa16fbe10d38f8f3c0e73a7106
parent1da16c1141ebf3948de69eaeb1148778bf0790a9
Split out solve_add_graph_edge

Split out a worker with all the special-casings when adding a graph
edge during solving.

* tree-ssa-structalias.cc (solve_add_graph_edge): New function,
split out from ...
(do_sd_constraint): ... here.
gcc/tree-ssa-structalias.cc