r112903 - in /trunk/gcc: ChangeLog tree-ssa-ali...

kazu@gcc.gnu.org kazu@gcc.gnu.org
Wed Apr 12 22:55:00 GMT 2006


Author: kazu
Date: Wed Apr 12 22:55:28 2006
New Revision: 112903

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112903
Log:
	* tree-ssa-alias.c (set_initial_properties, init_alias_info,
	delete_alias_info, compute_flow_sensitive_aliasing,
	group_aliases): Use VEC instead of VARRAY.
	* tree-ssa-structalias.c (update_alias_info): Likewise.
	* tree-ssa-structalias.h (alias_info): Change the type of
	processed_ptrs to VEC(tree,heap) *.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-ssa-alias.c
    trunk/gcc/tree-ssa-structalias.c
    trunk/gcc/tree-ssa-structalias.h



More information about the Gcc-cvs mailing list