X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_local_space.c;h=a8e5ebacb39a5cdb935a1099ee6d81aa9e850873;hb=6d28e7c5ff2b41ec88fa32664cc446807af5843d;hp=c9d6d75f3bf5834c341eefde31935cfa65c10d49;hpb=a27a0e2748ca6316268cb9d15da5f705b0423ff9;p=platform%2Fupstream%2Fisl.git diff --git a/isl_local_space.c b/isl_local_space.c index c9d6d75..a8e5eba 100644 --- a/isl_local_space.c +++ b/isl_local_space.c @@ -728,7 +728,7 @@ __isl_give isl_local_space *isl_local_space_substitute_equalities( total = isl_space_dim(eq->dim, isl_dim_all); if (isl_local_space_dim(ls, isl_dim_all) != total) isl_die(isl_local_space_get_ctx(ls), isl_error_invalid, - "dimensions don't match", goto error); + "spaces don't match", goto error); total++; n_div = eq->n_div; for (i = 0; i < eq->n_eq; ++i) { @@ -1107,7 +1107,7 @@ __isl_give isl_local_space *isl_local_space_preimage_multi_aff( continue; } isl_seq_preimage(res->div->row[n_div_ma + i], ls->div->row[i], - ma, n_div_ma, n_div_ls, f, c1, c2, g, 1); + ma, 0, 0, n_div_ma, n_div_ls, f, c1, c2, g, 1); normalize_div(res, n_div_ma + i); }