tree-ssa-alias.c (compute_flow_insensitive_aliasing): If type memory tag is call...
authorJie Zhang <zhangjie@magima.com.cn>
Wed, 8 Sep 2004 11:07:35 +0000 (11:07 +0000)
committerGiovanni Bajo <giovannibajo@gcc.gnu.org>
Wed, 8 Sep 2004 11:07:35 +0000 (11:07 +0000)
commit13f5595a20c891d31bfb878087328b5d09bca436
tree7d8f9a4dd89e74cf2bcb5d9cf80cf64389f2d33b
parent89480522221ee99f08da1abd7197b5b7c978d5c0
tree-ssa-alias.c (compute_flow_insensitive_aliasing): If type memory tag is call clobbered, so are its aliases.

* tree-ssa-alias.c (compute_flow_insensitive_aliasing): If type
memory tag is call clobbered, so are its aliases.
(group_aliases): When two memory tags being grouped, if one is
call clobbered, so are the other and its aliases.
(add_may_alias): Remove call-clobbering stuff.
(replace_may_alias): Likewise.
(merge_pointed_to_info): Merge pt_global_mem.

From-SVN: r87182
gcc/ChangeLog
gcc/tree-ssa-alias.c