Make print_scop output the scoplib format.
authorSebastian Pop <sebastian.pop@amd.com>
Wed, 31 Mar 2010 18:36:54 +0000 (18:36 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Wed, 31 Mar 2010 18:36:54 +0000 (18:36 +0000)
commit03922af3f28531aeae1646fb56a7da7272ebc177
tree496b04f923347750b0a93595d2a1b26498418d34
parent7da9e6ed3fabd75056877b359fd6d1c46e6a1e51
Make print_scop output the scoplib format.

2010-03-16  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-poly.c (print_scattering_function): Pretty print following
the scoplib format.
(print_pdr): Same.
(print_pbb_domain): Same.
(dump_gbb_cases): Same.
(dump_gbb_conditions): Same.
(print_pdrs): Same.
(print_pbb): Same.
(print_scop_params): Same.
(print_scop_context): Same.
(print_scop): Same.
(print_pbb_body): New.
(lst_indent_to): New.
(print_lst): Start new lines with a #.
* graphite-poly.h (pbb_bb): New.
(pbb_index): Use pbb_bb.
* graphite-ppl.c (ppl_print_powerset_matrix): Print the number of
disjuncts.
* tree-data-ref.c (dump_data_reference): Start new lines with a #.

From-SVN: r157883
gcc/ChangeLog.graphite
gcc/graphite-poly.c
gcc/graphite-poly.h
gcc/graphite-ppl.c
gcc/tree-data-ref.c