From 66096911fd4c37da10f7ddf3388867acf29451ee Mon Sep 17 00:00:00 2001 From: Sebastian Pop Date: Wed, 12 Aug 2009 14:26:42 +0000 Subject: Undo changes to the PDR representation. 2009-08-11 Sebastian Pop * graphite-interchange.c (compute_array_size): Remove use of PDR_DATA_CONTAINER. * graphite-poly.c (new_poly_dr): Remove argument data_container. Do not initialize PDR_DATA_CONTAINER. (print_pdr): Do not print PDR_DATA_CONTAINER. * graphite-poly.h (struct poly_dr): Remove data_container field. (PDR_DATA_CONTAINER): Removed. * graphite-sese-to-poly.c (pdr_add_data_dimensions): Remove use of PDR_DATA_CONTAINER. (build_poly_dr): Same. From-SVN: r150689 --- gcc/graphite-interchange.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/graphite-interchange.c') diff --git a/gcc/graphite-interchange.c b/gcc/graphite-interchange.c index 785be70..382c5fa 100644 --- a/gcc/graphite-interchange.c +++ b/gcc/graphite-interchange.c @@ -174,7 +174,7 @@ compute_array_size_poly (poly_dr_p pdr, ppl_dimension_type sub_dim, Value array_ static void compute_array_size (poly_dr_p pdr, ppl_dimension_type sub_dim, Value array_size) { - ppl_Pointset_Powerset_C_Polyhedron_t data_container = PDR_DATA_CONTAINER (pdr); + ppl_Pointset_Powerset_C_Polyhedron_t data_container = PDR_ACCESSES (pdr); ppl_Pointset_Powerset_C_Polyhedron_iterator_t it, end; Value val; -- cgit v1.1