isl_set_from_pw_multi_aff: explicitly convert result to set
commitc2b2bf2659a3a67ee453c638d42ab016699570bc
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Wed, 20 Jun 2018 09:39:18 +0000 (20 11:39 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Wed, 20 Jun 2018 09:41:23 +0000 (20 11:41 +0200)
tree28b879b44eefff67ebf4392afe27a3355fdf5932
parent441cd7a9912ae9678dac5f9f7425dd62f184885c
isl_set_from_pw_multi_aff: explicitly convert result to set

In the current code base, an isl_set is internally defined to isl_map,
but this may change in the future.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
isl_aff.c