document isl_dim_move
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 21 Aug 2011 11:49:37 +0000 (13:49 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 1 Sep 2011 14:39:36 +0000 (16:39 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod

index 8dbfdc3..3944176 100644 (file)
@@ -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);