fix isl_set_involves_dims
commit2bde91bdd0543555b7f9c1ea809344f5772c66e7
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 23 Sep 2011 08:34:48 +0000 (23 10:34 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 23 Sep 2011 08:53:19 +0000 (23 10:53 +0200)
tree1e961c4b4d6ea03ecd3d143b161374e9cfc6b97c
parent85c8918f345d1690c20ddc9f7a23fce63f50d846
fix isl_set_involves_dims

It would only consider the set to involve a dim if _all_ its subsets
would involve the dim, while it should consider the set to involve a
dim if _any_ of its subsets do.

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