isl_output.c: print_affine: drop isl_basic_map argument
commita19ceb63b51944e57e1405c6e52a936618b3fa9a
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Thu, 21 Sep 2017 12:04:27 +0000 (21 14:04 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Wed, 27 Sep 2017 07:23:32 +0000 (27 09:23 +0200)
tree63a5af4f22be6808551694a305b662536e7121be
parent76d8f3807f36c71c1eb49e78297b085783306363
isl_output.c: print_affine: drop isl_basic_map argument

The isl_basic_map argument is only used to determine the size
of the affine expression, but ever since isl-0.15-265-g93ce389e43
(isl_printer_print_map: print explicit representations of divs
in constraints, Tue Dec 1 15:14:21 2015 +0100), the function is
passed both space information and information about local variables.
The size of the affine expression can be determined from these
two pieces of information.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
isl_output.c