isl_input.c: read_tuple_space: call isl_space_product on set spaces
commitdf2a210cc859328e90f3121573002796e95de2c1
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 27 Jan 2017 11:18:39 +0000 (27 12:18 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 20 Feb 2017 09:34:12 +0000 (20 10:34 +0100)
treefcc0e23826a435fc3e510e71b3357995d8ecefee
parente427c547fe32dbc0220196dea33665337985c329
isl_input.c: read_tuple_space: call isl_space_product on set spaces

Technically, isl_space_range_product can only be called on map spaces,
even though internally isl_space_product currently actually calls
isl_space_range_product in case of set spaces.

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