From 2fd737226122c501a151ebe377ce177be944b205 Mon Sep 17 00:00:00 2001 From: rakdver Date: Mon, 19 Dec 2005 19:13:21 +0000 Subject: * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108804 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/tree-flow-inline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-flow-inline.h') diff --git a/gcc/tree-flow-inline.h b/gcc/tree-flow-inline.h index 27ce86d7d6e..057b2496c1a 100644 --- a/gcc/tree-flow-inline.h +++ b/gcc/tree-flow-inline.h @@ -182,7 +182,7 @@ bb_for_stmt (tree t) /* Return the may_aliases varray for variable VAR, or NULL if it has no may aliases. */ -static inline varray_type +static inline VEC(tree, gc) * may_aliases (tree var) { var_ann_t ann = var_ann (var); -- cgit v1.2.3