* tree-data-ref.c (analyze_array_indexes, analyze_array,
commite38f1ca495b596ffce919bb7a278bec58cd7d4ad
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 May 2005 14:50:35 +0000 (10 14:50 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 May 2005 14:50:35 +0000 (10 14:50 +0000)
treec31d8bba84ef62037ce64656b15511e9c7ed39b6
parent35fe320d737d5945a42d14b6ae16ad5b81cb2ae9
* tree-data-ref.c (analyze_array_indexes, analyze_array,
init_data_ref, access_functions_are_affine_or_constant_p,
free_data_refs): Use VEC instead of VARRAY.
* tree-data-ref.h (data_reference): Change the type of
access_fns to VEC(tree,gc)*.
(DR_ACCESS_FN, DR_NUM_DIMENSIONS): Use VEC instead of VARRAY.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99517 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-data-ref.c
gcc/tree-data-ref.h