From 19cb9211fa96be8c79d0a21f8a15d0bb821eee2d Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Wed, 27 Mar 2013 15:44:45 +0100 Subject: [PATCH] declare isl_tab_get_ctx in isl_tab.h Signed-off-by: Sven Verdoolaege --- isl_tab.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/isl_tab.h b/isl_tab.h index 1ed0d698..8b808f0d 100644 --- 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( -- 2.11.4.GIT