isl_printer_print_pw_aff: use isl_ast_expr when printing in C format
commit554e4d0ca049892d9c799adedcbd3b27017bd496
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 14 May 2012 15:30:25 +0000 (14 17:30 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 18 Sep 2012 13:08:21 +0000 (18 15:08 +0200)
treec10e7cc303c17bf8a326d914af0c24a916977b96
parent5888ac1c9fb2c2c603f8b7acea8be0196754bead
isl_printer_print_pw_aff: use isl_ast_expr when printing in C format

isl_ast_expr_from_aff tries a bit harder to print a nice result,
so we might as well reuse that functionality.

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