+2010-09-30 Riyadh Baghdadi <baghdadi.mr@gmail.com>
+
+ * graphite-poly.c (openscop_print_pdr_polyhedron): Fix indentation.
+ (openscop_print_pdr_polyhedron): Print pph.
+
2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
* graphite-clast-to-gimple.c (gcc_type_for_interval): Generate in
+2010-08-11 Riyadh Baghdadi <baghdadi.mr@gmail.com>
+
+ * graphite-poly.c (openscop_print_pdr_polyhedron): Fix indentation.
+ (openscop_print_pdr_polyhedron): Print pph.
+
2010-07-29 Sebastian Pop <sebastian.pop@amd.com>
* gcc.dg/graphite/graphite.exp: Add compile rules for vect-* files.
ppl_dimension_type *map, i, ph_space_dim = sub_dim_last + 1;
ppl_Polyhedron_t pph;
- ppl_new_C_Polyhedron_from_C_Polyhedron (&pph,ph);
+ ppl_new_C_Polyhedron_from_C_Polyhedron (&pph, ph);
map = (ppl_dimension_type *) XNEWVEC (ppl_dimension_type, ph_space_dim);
the output columns. */
output = nb_subscripts + 1;
- openscop_print_polyhedron_matrix (file, ph, output, input, locals, nb_params);
+ openscop_print_polyhedron_matrix (file, pph, output, input, locals, nb_params);
}
/* Print to FILE the powerset PDR. NB_SUBSCRIPTS is the number of subscripts