r125034 - in /branches/graphite/gcc: ChangeLog....
spop@gcc.gnu.org
spop@gcc.gnu.org
Thu May 24 17:13:00 GMT 2007
Author: spop
Date: Thu May 24 17:13:21 2007
New Revision: 125034
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125034
Log:
* tree-loop-distribution.c (struct rdg): Replace arrays by
VECs for edges and vertices.
(RDG_NBV, RDG_NBE, RDG_VERTEX, RDG_EDGE): Removed.
(RDGV_NB_PARTITIONS): New.
(PRDG_NBV, PRDG_NBE): Removed.
(build_scc_graph, correct_partitions_p, mark_partitions, build_prdg,
dump_rdg, find_vertex_with_stmt, create_vertices, free_rdg,
number_of_scalar_dependences, create_edges, build_rdg): Use VECs.
Modified:
branches/graphite/gcc/ChangeLog.graphite
branches/graphite/gcc/tree-loop-distribution.c
More information about the Gcc-cvs
mailing list