export isl_pw_aff_get_dim
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 29 Jun 2011 12:16:54 +0000 (14:16 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 1 Jul 2011 16:51:57 +0000 (18:51 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod
include/isl/aff.h

index a7e34cb..1dd942b 100644 (file)
@@ -485,6 +485,8 @@ specification of the original object.
        #include <isl/aff.h>
        __isl_give isl_dim *isl_aff_get_dim(
                __isl_keep isl_aff *aff);
+       __isl_give isl_dim *isl_pw_aff_get_dim(
+               __isl_keep isl_pw_aff *pwaff);
 
        #include <isl/point.h>
        __isl_give isl_dim *isl_point_get_dim(
index 61d19cf..c72f7ba 100644 (file)
@@ -78,6 +78,7 @@ struct isl_pw_aff;
 typedef struct isl_pw_aff isl_pw_aff;
 
 isl_ctx *isl_pw_aff_get_ctx(__isl_keep isl_pw_aff *pwaff);
+__isl_give isl_dim *isl_pw_aff_get_dim(__isl_keep isl_pw_aff *pwaff);
 
 __isl_give isl_pw_aff *isl_pw_aff_empty(__isl_take isl_dim *dim);
 __isl_give isl_pw_aff *isl_pw_aff_alloc(__isl_take isl_set *set,