diff options
Diffstat (limited to 'gcc/graphite-cloog-util.h')
-rw-r--r-- | gcc/graphite-cloog-util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/graphite-cloog-util.h b/gcc/graphite-cloog-util.h index d7758ce197d..62e2f94dd82 100644 --- a/gcc/graphite-cloog-util.h +++ b/gcc/graphite-cloog-util.h @@ -32,5 +32,7 @@ CloogScattering *new_Cloog_Scattering_from_ppl_Polyhedron 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 *); +void openscop_print_polyhedron_matrix (FILE *, ppl_const_Polyhedron_t, int, + int, int, int); #endif /* GRAPHITE_CLOOG_UTIL_H */ |