From cd1939ed06617d00159e8e51b72a804b467e98b4 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sun, 21 Aug 2011 13:49:37 +0200 Subject: [PATCH] document isl_dim_move Signed-off-by: Sven Verdoolaege --- doc/user.pod | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/user.pod b/doc/user.pod index 8dbfdc35..3944176c 100644 --- a/doc/user.pod +++ b/doc/user.pod @@ -630,6 +630,10 @@ specifications using the following functions. enum isl_dim_type type, unsigned n); __isl_give isl_dim *isl_dim_drop(__isl_take isl_dim *dim, enum isl_dim_type type, unsigned first, unsigned n); + __isl_give isl_dim *isl_dim_move(__isl_take isl_dim *dim, + enum isl_dim_type dst_type, unsigned dst_pos, + enum isl_dim_type src_type, unsigned src_pos, + unsigned n); __isl_give isl_dim *isl_dim_map_from_set( __isl_take isl_dim *dim); __isl_give isl_dim *isl_dim_zip(__isl_take isl_dim *dim); -- 2.11.4.GIT