From aede342dd6327d774fc9915cdb0e0de8cf104f1c Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Thu, 17 Nov 2011 15:34:33 +0100 Subject: [PATCH] document isl_basic_map_set_tuple_name Signed-off-by: Sven Verdoolaege --- doc/user.pod | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/user.pod b/doc/user.pod index 82643c1..2e247fc 100644 --- a/doc/user.pod +++ b/doc/user.pod @@ -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); -- 2.7.4