export isl_tab_alloc
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 11 Jul 2009 09:11:23 +0000 (11:11 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 13 Jul 2009 12:07:06 +0000 (14:07 +0200)
isl_tab.h

index e6231aa..2d30df1 100644 (file)
--- 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);