isl_output.c: drop redundant "set" argument
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 26 Aug 2011 08:35:05 +0000 (10:35 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 3 Sep 2011 19:43:08 +0000 (21:43 +0200)
commit3e20bba897d8bb2122a3df7824bf4c996ff120fa
treeaf0722ec45f201e07f42b2cccc3c37f13c0eacf8
parent84c41720eb34af2077358ca617e395b194c7b478
isl_output.c: drop redundant "set" argument

We used to have to keep track of whether a given isl_space was that
of a map or a set, but now the isl_space itself contains that information
so we no longer need this extra argument.

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