isl_multi_*_factor_range: use correct dimension type
commitef2b153e5787b924f7d01f0ff0f6271b68803c07
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Mon, 30 Oct 2017 08:38:07 +0000 (30 09:38 +0100)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Fri, 31 Aug 2018 07:02:20 +0000 (31 09:02 +0200)
treeb9069bf7d3c3172f242be022dc5d1a985683676a
parent825375a55436e20a593d6de975edca42c6c7fc66
isl_multi_*_factor_range: use correct dimension type

The space of the input is that of a set.  Even though isl_dim_set
is equal to isl_dim_out, it is less confusing to use the correct type.

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