gcc/gcc ChangeLog tree-outof-ssa.c
kazu@gcc.gnu.org
kazu@gcc.gnu.org
Tue May 10 01:39:00 GMT 2005
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: kazu@gcc.gnu.org 2005-05-10 01:39:23
Modified files:
gcc : ChangeLog tree-outof-ssa.c
Log message:
* tree-outof-ssa.c (_elim_graph): Change the type of nodes and
const_copies to VEC(tree,heap)*.
(new_elim_graph, delete_elim_graph, elim_graph_size,
elim_graph_add_node, eliminate_build, eliminate_phi): Use VEC
instead of VARRAY.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.8699&r2=2.8700
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-outof-ssa.c.diff?cvsroot=gcc&r1=2.58&r2=2.59
More information about the Gcc-cvs
mailing list