isl_set_product: call isl_map_range_product instead of isl_map_product
commitd17afdd1f5e49c0c5dcf6a6e0687330dcdc8e6bf
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 5 Aug 2011 16:02:18 +0000 (5 18:02 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 5 Aug 2011 16:03:16 +0000 (5 18:03 +0200)
tree5d3efaa73b115256ec8701dfdb98c1a1aae1fdc3
parentbaa84eca23c29ea1a49a8c1f9ad2d12cb5266a60
isl_set_product: call isl_map_range_product instead of isl_map_product

A set only has a "range", so we should only compute the product of
that range and not of the domain.

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