isl_printer_print_map: replace variable by its definition in tuple
commit588e92f6bc355e5f1dcc48064930f2d4564956fb
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 14 Jul 2010 13:51:09 +0000 (14 15:51 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 19 Jul 2010 06:59:30 +0000 (19 08:59 +0200)
treeb393b5865de83a90d4886f38ba306f35479ef384
parent0f3b90553d7323805e5b881c0b9e4e5579b011c6
isl_printer_print_map: replace variable by its definition in tuple

In particular, if a variable is equal to an integer affine combination
of parameters and earlier variables, then print the affine combination
instead of the name of the variable.

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