tree-ssa-loop-ivopts.c (ivopts_data, [...]): Use the VEC API instead of VARRAY.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 26 Apr 2005 22:43:53 +0000 (22:43 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 26 Apr 2005 22:43:53 +0000 (22:43 +0000)
commit69ebd99de381091fbb2778eee9c7894c6e2696bd
treed816ab27e9aa8bcb0a76de201fc6809f11f3464c
parentf5b092e3915fb97432badfd3f3b68f2e68851e92
tree-ssa-loop-ivopts.c (ivopts_data, [...]): Use the VEC API instead of VARRAY.

* tree-ssa-loop-ivopts.c (ivopts_data, decl_rtl_to_reset,
n_iv_uses, iv_use, n_iv_cands, iv_cand,
tree_ssa_iv_optimize_init, record_use, add_candidate_1,
prepare_decl_rtl, free_loop_data,
tree_ssa_iv_optimize_finalize): Use the VEC API instead of
VARRAY.

From-SVN: r98797
gcc/ChangeLog
gcc/tree-ssa-loop-ivopts.c