loop-unroll.c (var_to_expand, [...]): Use VEC instead of VARRAY.
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 4 May 2005 06:10:21 +0000 (06:10 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 4 May 2005 06:10:21 +0000 (06:10 +0000)
commit0cc390828699bdcee773fa9674247f7a802dcbb0
treed87e8dd8437e936f6c0529481bc1149b140c93e8
parent887fb69bbc1c7d283aeec2a4e430e02065b6d33b
loop-unroll.c (var_to_expand, [...]): Use VEC instead of VARRAY.

* loop-unroll.c (var_to_expand, analyze_insn_to_expand_var,
get_expansion, expand_var_during_unrolling,
insert_var_expansion_initialization,
combine_var_copies_in_loop_exit, release_var_copies): Use VEC
instead of VARRAY.

From-SVN: r99211
gcc/ChangeLog
gcc/loop-unroll.c