From 1461761bf95367ca1577650c885b022e01c47c5f Mon Sep 17 00:00:00 2001 From: Andreas Simbuerger Date: Wed, 11 Aug 2010 20:30:49 +0000 Subject: Adapt to new CloogScattering abstraction, introduced in official CLooG versions (CLOOG_ORG). 2010-07-27 Andreas Simbuerger * graphite-clast-to-gimple.c (free_scattering): Change CloogDomainList/CloogDomain to CloogScatteringList/CloogScattering (CLOOG_ORG). (build_cloog_prog): Same. * graphite-cloog-compat.h (cloog_domain): Removed. (cloog_scattering): New. (cloog_set_domain): Removed. (cloog_set_scattering): New. (cloog_next_domain): Removed. (cloog_next_scattering): New. (cloog_set_next_domain): Removed. (cloog_set_next_scattering): New. (CloogScatteringList): New. (CloogScattering): New. (cloog_scattering_free): New. (new_Cloog_Scattering_from_ppl_Polyhedron): New. * graphite-cloog-util.c (new_Cloog_Scattering_from_ppl_Polyhedron): New. From-SVN: r163165 --- gcc/graphite-cloog-util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/graphite-cloog-util.h') diff --git a/gcc/graphite-cloog-util.h b/gcc/graphite-cloog-util.h index eaa48f3..d7758ce 100644 --- a/gcc/graphite-cloog-util.h +++ b/gcc/graphite-cloog-util.h @@ -27,6 +27,8 @@ along with GCC; see the file COPYING3. If not see CloogMatrix *new_Cloog_Matrix_from_ppl_Polyhedron (ppl_const_Polyhedron_t); CloogDomain *new_Cloog_Domain_from_ppl_Polyhedron (ppl_const_Polyhedron_t, int, CloogState *); +CloogScattering *new_Cloog_Scattering_from_ppl_Polyhedron + (ppl_const_Polyhedron_t, int, int, CloogState *); CloogDomain * new_Cloog_Domain_from_ppl_Pointset_Powerset (ppl_Pointset_Powerset_C_Polyhedron_t, int, CloogState *); void new_C_Polyhedron_from_Cloog_Matrix (ppl_Polyhedron_t *, CloogMatrix *); -- cgit v1.1