]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-data-ref.c (analyze_array_indexes, [...]): Use VEC instead of VARRAY.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 10 May 2005 14:50:35 +0000 (14:50 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 10 May 2005 14:50:35 +0000 (14:50 +0000)
commit9cbb7989ef4aecb7cc18400bbfba432fad279471
treec31d8bba84ef62037ce64656b15511e9c7ed39b6
parent30dc60c78c8b91da22d56f64847c2ec6f6029c4a
tree-data-ref.c (analyze_array_indexes, [...]): Use VEC instead of VARRAY.

* 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.

From-SVN: r99517
gcc/ChangeLog
gcc/tree-data-ref.c
gcc/tree-data-ref.h