add isl_local_space_swap_div
[platform/upstream/isl.git] / isl_local_space_private.h
index 75526ec..990aff8 100644 (file)
@@ -17,6 +17,8 @@ __isl_give isl_local_space *isl_local_space_alloc(__isl_take isl_space *dim,
 __isl_give isl_local_space *isl_local_space_alloc_div(__isl_take isl_space *dim,
        __isl_take isl_mat *div);
 
+__isl_give isl_local_space *isl_local_space_swap_div(
+       __isl_take isl_local_space *ls, int a, int b);
 __isl_give isl_local_space *isl_local_space_add_div(
        __isl_take isl_local_space *ls, __isl_take isl_vec *div);