From a88e8165776ce8a60974ffcdf3a9ce5ef1d94fc1 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Fri, 25 Jun 2010 16:31:29 +0200 Subject: [PATCH] isl_tab_pip.c: fix typos --- isl_tab_pip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/isl_tab_pip.c b/isl_tab_pip.c index 3c44086..809342b 100644 --- a/isl_tab_pip.c +++ b/isl_tab_pip.c @@ -3210,7 +3210,7 @@ static struct isl_sol_map *sol_map_init(struct isl_basic_map *bmap, { struct isl_sol_map *sol_map; - sol_map = isl_calloc_type(bset->ctx, struct isl_sol_map); + sol_map = isl_calloc_type(bmap->ctx, struct isl_sol_map); if (!sol_map) goto error; @@ -3988,7 +3988,7 @@ static struct isl_sol_for *sol_for_init(struct isl_basic_map *bmap, int max, struct isl_dim *dom_dim; struct isl_basic_set *dom = NULL; - sol_for = isl_calloc_type(bset->ctx, struct isl_sol_for); + sol_for = isl_calloc_type(bmap->ctx, struct isl_sol_for); if (!sol_for) goto error; -- 2.7.4