isl_printer_print_{basic_,}{set,map}: don't start new line in omega format
commit16b3b1edd2e16a26087591bc9716abb09674de66
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 1 Oct 2012 09:24:49 +0000 (1 11:24 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 13 Nov 2012 23:33:53 +0000 (14 00:33 +0100)
tree59c19dee41c160174f692badcc14b83bee1f63d6
parenta79bde7edbf1d92ef373afe4511c392dab477fdb
isl_printer_print_{basic_,}{set,map}: don't start new line in omega format

For the isl format, the new line was removed in 9a54ed5
(isl_printer_print_basic_{set,map}: don't start new line in isl format,
Sun Feb 13 09:05:48 2011 +0100).

Additionally, remove the parameter declaration.
Printing out the parameter declaration for each (basic) set or map
is not very convenient.  Instead, we now support printing the parameter
declaration through isl_printer_print_space.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_output.c