]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove special-cased edges when solving copies
authorRichard Biener <rguenther@suse.de>
Wed, 15 Mar 2023 07:46:04 +0000 (08:46 +0100)
committerRichard Biener <rguenther@suse.de>
Wed, 19 Apr 2023 12:14:14 +0000 (14:14 +0200)
commit6702fdcdf8b8c8ed27954972bb10b2464f4912fb
treeafdb99515227824ffcaba10940f93618575d0712
parent8366e6764e18ca6526d9be87f5bb54ae8339d7f7
Remove special-cased edges when solving copies

The following makes sure to remove the copy edges we ignore or
need to special-case only once.

* tree-ssa-structalias.cc (solve_graph): Remove self-copy
edges, remove edges from escaped after special-casing them.
gcc/tree-ssa-structalias.cc