diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 773b2d57a56..754a0277229 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +2005-05-30 Kazu Hirata <kazu@cs.umass.edu> + + * tree-outof-ssa.c (_elim_graph): Change the type of edge_list + to VEC(int,heap)*. + (new_elim_graph, clear_elim_graph, delete_elim_graph, + elim_graph_add_edge, elim_graph_remove_succ_edge, + FOR_EACH_ELIM_GRAPH_SUCC, FOR_EACH_ELIM_GRAPH_PRED): Use VEC + instead of VARRAY. + 2005-05-29 Kazu Hirata <kazu@cs.umass.edu> * cgraphunit.c, ipa-inline.c, loop-iv.c, modulo-sched.c, |