tree-ssa-live.c (build_tree_conflict_graph): Change the type of tpa_to_clear to VEC...
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 24 Apr 2005 19:51:35 +0000 (19:51 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 24 Apr 2005 19:51:35 +0000 (19:51 +0000)
commit09a3016e274a8f60d8fbf566edc3628b8fd2e6ad
tree58d070be96b7a460df40b5db1c15a4ba69630a34
parent4484e9b6a8f4845884ceb40453280596b9ad6bf5
tree-ssa-live.c (build_tree_conflict_graph): Change the type of tpa_to_clear to VEC(int,heap).

* tree-ssa-live.c (build_tree_conflict_graph): Change the type
of tpa_to_clear to VEC(int,heap).  Update uses of
tpa_to_clear.  Free tpa_to_clear at the end.

From-SVN: r98668
gcc/ChangeLog
gcc/tree-ssa-live.c