]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix columns order in openscop.
authorRiyadh Baghdadi <baghdadi.mr@gmail.com>
Thu, 30 Sep 2010 21:16:41 +0000 (21:16 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Thu, 30 Sep 2010 21:16:41 +0000 (21:16 +0000)
2010-08-11  Riyadh Baghdadi <baghdadi.mr@gmail.com>

* graphite-poly.c (openscop_print_pdr_polyhedron): Fix indentation.
(openscop_print_pdr_polyhedron): Print pph.

From-SVN: r164774

gcc/ChangeLog
gcc/ChangeLog.graphite
gcc/graphite-poly.c

index 51522af23299e0f60defae079d7830075b798ce3..2a87836d18ae6666ad16a32269de4db9c6e58fce 100644 (file)
@@ -1,3 +1,8 @@
+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
index 7083e7bbaddf2e81d3078bfa728bc63ea2a60011..c1c5842aa02bf5406ae0efc0747ea83eaa256e58 100644 (file)
@@ -1,3 +1,8 @@
+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.
index c886e1184bea8c289efdcbeabb19cdbda66d7cc7..0b1b5d86240b6a766d8773a25dd1455b3c58ed3e 100644 (file)
@@ -152,7 +152,7 @@ openscop_print_pdr_polyhedron (FILE *file, ppl_const_Polyhedron_t ph,
   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);
 
@@ -171,7 +171,7 @@ openscop_print_pdr_polyhedron (FILE *file, ppl_const_Polyhedron_t ph,
      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