export isl_dim_tuple_match
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 4 Aug 2010 13:58:10 +0000 (15:58 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 5 Aug 2010 11:46:47 +0000 (13:46 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
include/isl_dim.h
isl_dim_private.h

index 7b1517a..c2ebdf8 100644 (file)
@@ -74,6 +74,8 @@ struct isl_dim *isl_dim_underlying(struct isl_dim *dim, unsigned n_div);
 int isl_dim_equal(struct isl_dim *dim1, struct isl_dim *dim2);
 int isl_dim_match(struct isl_dim *dim1, enum isl_dim_type dim1_type,
                struct isl_dim *dim2, enum isl_dim_type dim2_type);
+int isl_dim_tuple_match(__isl_keep isl_dim *dim1, enum isl_dim_type dim1_type,
+                       __isl_keep isl_dim *dim2, enum isl_dim_type dim2_type);
 int isl_dim_compatible(struct isl_dim *dim1, struct isl_dim *dim2);
 unsigned isl_dim_size(__isl_keep isl_dim *dim, enum isl_dim_type type);
 unsigned isl_dim_total(struct isl_dim *dim);
index 2866bb4..4972b08 100644 (file)
@@ -22,5 +22,3 @@ uint32_t isl_dim_get_hash(__isl_keep isl_dim *dim);
 __isl_give isl_dim *isl_dim_as_set_dim(__isl_take isl_dim *dim);
 
 unsigned isl_dim_offset(__isl_keep isl_dim *dim, enum isl_dim_type type);
-int isl_dim_tuple_match(__isl_keep isl_dim *dim1, enum isl_dim_type dim1_type,
-                       __isl_keep isl_dim *dim2, enum isl_dim_type dim2_type);