]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix do_sd_constraint escape special casing
authorRichard Biener <rguenther@suse.de>
Wed, 15 Mar 2023 07:43:06 +0000 (08:43 +0100)
committerRichard Biener <rguenther@suse.de>
Wed, 19 Apr 2023 12:14:14 +0000 (14:14 +0200)
commit8366e6764e18ca6526d9be87f5bb54ae8339d7f7
tree91d0504511d79a702ec180241740012e0bd4c282
parent9d218c45e318dcec04312f1d4a14c6ff904404e1
Fix do_sd_constraint escape special casing

The following fixes the escape special casing to test the proper
variable IDs.

* tree-ssa-structalias.cc (do_sd_constraint): Fixup escape
special casing.
gcc/tree-ssa-structalias.cc