declare isl_tab_get_ctx in isl_tab.h
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 27 Mar 2013 14:44:45 +0000 (15:44 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 22 Apr 2013 07:38:20 +0000 (09:38 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_tab.h

index 1ed0d69..8b808f0 100644 (file)
--- a/isl_tab.h
+++ b/isl_tab.h
@@ -182,6 +182,8 @@ struct isl_tab *isl_tab_alloc(struct isl_ctx *ctx,
        unsigned n_row, unsigned n_var, unsigned M);
 void isl_tab_free(struct isl_tab *tab);
 
+isl_ctx *isl_tab_get_ctx(struct isl_tab *tab);
+
 __isl_give struct isl_tab *isl_tab_from_basic_map(
        __isl_keep isl_basic_map *bmap, int track);
 __isl_give struct isl_tab *isl_tab_from_basic_set(