cloog_union_domain_from_isl_union_set: set iterator names from input set
commit2ebfe33859d31619db80cc76f1e31f1a3020be0a
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 4 Dec 2010 13:18:04 +0000 (4 14:18 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 5 Dec 2010 09:18:25 +0000 (5 10:18 +0100)
treec4b8c2d1bdb8b6cfb0fe605687fa8f49f0003ef0
parent35fb4a65597bbbefc9084ff2b7785b6228bb7ac7
cloog_union_domain_from_isl_union_set: set iterator names from input set

The given isl_union_set is supposed to contain only one isl_set
as the order of iterations from different isl_sets is undefined.
We can therefore use the iterator names of that single isl_set.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
source/isl/domain.c