tree-ssa-alias.c (finalize_ref_all_pointers): Remove.
commit59e6913ad1743f76ca98421b9b5614caf96a7cf7
authorRichard Guenther <rguenther@suse.de>
Tue, 29 Apr 2008 15:56:12 +0000 (29 15:56 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 29 Apr 2008 15:56:12 +0000 (29 15:56 +0000)
treed7f4b389f0e4359e979111ba4e01da270894f66c
parentc4e82de92ef875c57294b908d8cf185e931d841d
tree-ssa-alias.c (finalize_ref_all_pointers): Remove.

2008-04-29  Richard Guenther  <rguenther@suse.de>

* tree-ssa-alias.c (finalize_ref_all_pointers): Remove.
(compute_may_aliases): Do not call finalize_ref_all_pointers.
(compute_flow_insensitive_aliasing): Do not treat
PTR_IS_REF_ALL pointers special.
(get_smt_for): Likewise.
(may_alias_p): Re-structure.
(is_escape_site): A ref-all pointer conversion is not an escape site.
* tree-ssa-structalias.c (find_what_p_points_to): Do not treat
PTR_IS_REF_ALL pointers special.
* tree-ssa-structalias.h (struct alias_info): Remove
ref_all_symbol_mem_tag field.
(PTR_IS_REF_ALL): Remove.

From-SVN: r134797
gcc/ChangeLog
gcc/tree-ssa-alias.c
gcc/tree-ssa-structalias.c
gcc/tree-ssa-structalias.h