document isl_basic_map_set_tuple_name
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 17 Nov 2011 14:34:33 +0000 (15:34 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 17 Nov 2011 14:34:33 +0000 (15:34 +0100)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod

index 82643c1..2e247fc 100644 (file)
@@ -1469,6 +1469,9 @@ or relation can be read off or set using the following functions.
        const char *isl_basic_map_get_tuple_name(
                __isl_keep isl_basic_map *bmap,
                enum isl_dim_type type);
+       __isl_give isl_basic_map *isl_basic_map_set_tuple_name(
+               __isl_take isl_basic_map *bmap,
+               enum isl_dim_type type, const char *s);
        const char *isl_map_get_tuple_name(
                __isl_keep isl_map *map,
                enum isl_dim_type type);