doc: document isl_set_remove_unknown_divs
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 4 Jul 2012 11:10:58 +0000 (13:10 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 2 Aug 2012 10:20:08 +0000 (12:20 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod

index 4dd11e2..ce33015 100644 (file)
@@ -1407,7 +1407,8 @@ using the following functions, which compute an overapproximation.
                __isl_take isl_map *map);
 
 It is also possible to only remove those divs that are defined
-in terms of a given range of dimensions.
+in terms of a given range of dimensions or only those for which
+no explicit representation is known.
 
        __isl_give isl_basic_set *
        isl_basic_set_remove_divs_involving_dims(
@@ -1421,6 +1422,9 @@ in terms of a given range of dimensions.
                __isl_take isl_map *map, enum isl_dim_type type,
                unsigned first, unsigned n);
 
+       __isl_give isl_set *isl_set_remove_unknown_divs(
+               __isl_take isl_set *set);
+
 To iterate over all the sets or maps in a union set or map, use
 
        int isl_union_set_foreach_set(__isl_keep isl_union_set *uset,