isl_printer_print_qpolynomial: drop special case for lone integer division
commit524543f335c8ad0660b138722cf7b3b2513f9c30
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 20 Feb 2017 09:40:57 +0000 (20 10:40 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 20 Feb 2017 09:40:57 +0000 (20 10:40 +0100)
treeeed88f14354d7dffb7b37aa1d98db47436530763
parent12465a507a00a92e851cef1b863da9d617a9c13f
isl_printer_print_qpolynomial: drop special case for lone integer division

When this special case was introduced in 794007a
(isl_printer_print_qpolynomial: put parentheses around lone integer division,
Tue Sep 21 13:53:16 2010 +0200), an integer division was printer as
"[(aff)/d]" and could therefore be confused with a tuple.
Now, it is printed as "floor((aff/d)" and no such confusion
is possible any more.  Drop the now redundant special casing.

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