isl_printer_print_pw_aff: fix printing in C format
commit916f4261e46a9c55558ccb35732d2b9212e41c4b
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 7 Feb 2012 11:13:23 +0000 (7 12:13 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 7 Feb 2012 11:57:05 +0000 (7 12:57 +0100)
tree22129fed66f893f74415eead7282a0915819788a
parent10ec33609375939bbd84b24da309a8e05e759e41
isl_printer_print_pw_aff: fix printing in C format

In 3280c05 (make isl_pw_* object live in a map space,
Tue Aug 30 16:47:59 2011 +0200), the space in which objects live was
changed from that of its domain to that of a map, but
isl_printer_print_pw_aff was not changed accordingly.

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