export isl_union_map_from_domain and isl_union_map_from_range
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 15 Jan 2011 09:40:31 +0000 (10:40 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 16 Jan 2011 14:04:54 +0000 (15:04 +0100)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
include/isl/union_map.h

index 89e3c22..d2d142f 100644 (file)
@@ -30,6 +30,10 @@ __isl_give isl_union_map *isl_union_map_domain_map(
        __isl_take isl_union_map *umap);
 __isl_give isl_union_map *isl_union_map_range_map(
        __isl_take isl_union_map *umap);
+__isl_give isl_union_map *isl_union_map_from_domain(
+       __isl_take isl_union_set *uset);
+__isl_give isl_union_map *isl_union_map_from_range(
+       __isl_take isl_union_set *uset);
 
 __isl_give isl_union_map *isl_union_map_affine_hull(
        __isl_take isl_union_map *umap);