iscc.c: print_code: do not assume isl_union_map_get_space returns params space
commit209b9bd6006ad285b11b81f096ea6384723ca227
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 3 Feb 2013 15:13:19 +0000 (3 16:13 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 3 Feb 2013 15:13:19 +0000 (3 16:13 +0100)
tree7ba18b5c05e5de446aff425bcc32ee3f9e4da04a
parent69a25d8e50d23654e7b086986631ab26db997d17
iscc.c: print_code: do not assume isl_union_map_get_space returns params space

Although the space of an isl_union_map is only used to keep track of the
parameters, we do not enforce that this space is a pure parameter space.
We therefore should not assume that it is.

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