isl_map_intersect_{range,domain}: stop allowing intersection with parameter set
commit4ed35a42c1de9d02333ba947223d11f325db0475
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 22 Aug 2012 08:47:33 +0000 (22 10:47 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 6 Sep 2012 13:45:21 +0000 (6 15:45 +0200)
tree6fb8cec21254a1571c4340fd855551f2fff323e5
parent713117e51fc696b409fa6d0c2fd785d3c4045461
isl_map_intersect_{range,domain}: stop allowing intersection with parameter set

The test was in fact too liberal and would also allow presumably unintended
cases.  Users should call isl_map_intersect_params instead.

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