diff mbox

[05/44] Fix columns order in openscop.

Message ID 1285869696-10915-6-git-send-email-sebpop@gmail.com
State New
Headers show

Commit Message

Sebastian Pop Sept. 30, 2010, 6 p.m. UTC
From: spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>

2010-08-11  Riyadh Baghdadi <baghdadi.mr@gmail.com>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@163171 138bc75d-0d04-0410-961f-82ee72b054a4
---
 gcc/ChangeLog          |    5 +++++
 gcc/ChangeLog.graphite |    5 +++++
 gcc/graphite-poly.c    |    4 ++--
 3 files changed, 12 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6e10b2f..766517e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/ChangeLog.graphite b/gcc/ChangeLog.graphite
index 7083e7b..c1c5842 100644
--- a/gcc/ChangeLog.graphite
+++ b/gcc/ChangeLog.graphite
@@ -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.
diff --git a/gcc/graphite-poly.c b/gcc/graphite-poly.c
index c886e11..0b1b5d8 100644
--- a/gcc/graphite-poly.c
+++ b/gcc/graphite-poly.c
@@ -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