isl_union_templ.c: minor clean-up
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 26 Aug 2010 08:19:30 +0000 (10:19 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 26 Aug 2010 12:33:28 +0000 (14:33 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_polynomial.c
isl_union_templ.c

index df1898c..cd20ad0 100644 (file)
@@ -3302,8 +3302,7 @@ static int mul_entry(void **entry, void *user)
        int empty;
 
        hash = isl_dim_get_hash(pwpq->dim);
-       entry2 = isl_hash_table_find(data->upwqp2->dim->ctx,
-                                    &data->upwqp2->table,
+       entry2 = isl_hash_table_find(data->u2->dim->ctx, &data->u2->table,
                                     hash, &has_dim, pwpq->dim, 0);
        if (!entry2)
                return 0;
index ff3c6ae..36a25d3 100644 (file)
@@ -270,7 +270,7 @@ __isl_give UNION *FN(FN(UNION,from),PARTS)(__isl_take PART *part)
 }
 
 S(UNION,match_bin_data) {
-       UNION *upwqp2;
+       UNION *u2;
        UNION *res;
 };