export isl_basic_map_move_dims
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 3 Aug 2010 13:42:01 +0000 (15:42 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 3 Aug 2010 13:42:15 +0000 (15:42 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
include/isl_map.h

index 0c7d759..0d333cf 100644 (file)
@@ -338,6 +338,10 @@ __isl_give isl_map *isl_map_add(__isl_take isl_map *map,
                enum isl_dim_type type, unsigned n);
 __isl_give isl_map *isl_map_insert(__isl_take isl_map *map,
                enum isl_dim_type type, unsigned pos, unsigned n);
+__isl_give isl_basic_map *isl_basic_map_move_dims(
+       __isl_take isl_basic_map *bmap,
+       enum isl_dim_type dst_type, unsigned dst_pos,
+       enum isl_dim_type src_type, unsigned src_pos, unsigned n);
 __isl_give isl_map *isl_map_move_dims(__isl_take isl_map *map,
        enum isl_dim_type dst_type, unsigned dst_pos,
        enum isl_dim_type src_type, unsigned src_pos, unsigned n);