]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-outof-ssa.c (edge_leader, [...]): Use VEC instead of VARRAY.
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 4 May 2005 17:23:56 +0000 (17:23 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 4 May 2005 17:23:56 +0000 (17:23 +0000)
commit5ea30da0d2a33aec6479f5fd313d43a633ae1901
tree404841644a137d6e389d60c051b2497667242e96
parent10bf9e8a16dd0cca35fb8f553a65b260c89eb7df
tree-outof-ssa.c (edge_leader, [...]): Use VEC instead of VARRAY.

* tree-outof-ssa.c (edge_leader, stmt_list,
analyze_edges_for_bb): Use VEC instead of VARRAY.
(init_analayze_edges_for_bb, fini_analayze_edges_for_bb): New.
(perform_edge_inserts): Call init_analayze_edges_for_bb and
fini_analayze_edges_for_bb.

From-SVN: r99222
gcc/ChangeLog
gcc/tree-outof-ssa.c