From d46435a8d7a8bf329b80cec8e46132f72431afb9 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sat, 11 Jul 2009 11:11:23 +0200 Subject: [PATCH] export isl_tab_alloc --- isl_tab.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/isl_tab.h b/isl_tab.h index e6231aac..2d30df10 100644 --- a/isl_tab.h +++ b/isl_tab.h @@ -93,6 +93,8 @@ struct isl_tab { unsigned empty : 1; }; +struct isl_tab *isl_tab_alloc(struct isl_ctx *ctx, + unsigned n_row, unsigned n_var); void isl_tab_free(struct isl_ctx *ctx, struct isl_tab *tab); struct isl_tab *isl_tab_from_basic_map(struct isl_basic_map *bmap); -- 2.11.4.GIT