isl_set_flat_product: call isl_map_range_flat_product
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 5 Aug 2011 16:02:18 +0000 (18:02 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 27 Aug 2011 08:21:29 +0000 (10:21 +0200)
commit4fe15d3031ce4a9b0b5c4e00bf93a19a4df54b98
tree99f485113cf884ec9046dfa13ebeca0a4b0fff0c
parente173fc6f8e101dd2f97e3c8eed4590e451cd89c1
isl_set_flat_product: call isl_map_range_flat_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