tree-flow.h (struct var_ann_d): Change type of may_aliases field to VEC(tree, gc) *.
authorZdenek Dvorak <dvorakz@suse.cz>
Mon, 19 Dec 2005 19:13:21 +0000 (20:13 +0100)
committerZdenek Dvorak <rakdver@gcc.gnu.org>
Mon, 19 Dec 2005 19:13:21 +0000 (19:13 +0000)
commit780e37d3707df53431bda25acc03a29dd9ae9a0b
tree0c8732c81e7c0d6f68cff04366bf2a4b0314e4d3
parentb214e1e755e5cf41850818e8b214f5985c3209b4
tree-flow.h (struct var_ann_d): Change type of may_aliases field to VEC(tree, gc) *.

* tree-flow.h (struct var_ann_d): Change type of
may_aliases field to VEC(tree, gc) *.
(may_aliases): Declaration changed.
* tree-ssa-alias.c (group_aliases, add_may_alias,
replace_may_alias, dump_may_aliases_for,
is_aliased_with, add_type_alias, new_type_alias):
Work with VEC(tree, gc) * instead of varray.
* tree-flow-inline.h (may_aliases): Ditto.
* tree-ssa.c (verify_flow_insensitive_alias_info,
verify_name_tags): Ditto.
* tree-ssa-operands.c (add_stmt_operand): Ditto.

From-SVN: r108804
gcc/ChangeLog
gcc/tree-flow-inline.h
gcc/tree-flow.h
gcc/tree-ssa-alias.c
gcc/tree-ssa-operands.c
gcc/tree-ssa.c