isl_union_set_product: call isl_set_product on entries
commita90b4956a04146b79e767ad60beebd186176b05d
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 31 Jan 2012 18:18:23 +0000 (31 19:18 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 1 Feb 2012 21:46:42 +0000 (1 22:46 +0100)
tree6d43e24eea0d2c40f42550e941b285f72201c8c4
parent8c50b3fb36a190aea31cd71397a9740717782c9a
isl_union_set_product: call isl_set_product on entries

Before, we would simply delegate control to isl_union_map_product,
which calls isl_map_product on the entries.  This doesn't work
on isl_sets because they only have a "range" and no "domain".

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