X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_local_space.c;h=42f3e9ffcf648c89073be499307a66da4aaf0b02;hb=7bc3560a92635b5dcf7eb9e7329992fc935a1ce2;hp=c9d6d75f3bf5834c341eefde31935cfa65c10d49;hpb=a27a0e2748ca6316268cb9d15da5f705b0423ff9;p=platform%2Fupstream%2Fisl.git diff --git a/isl_local_space.c b/isl_local_space.c index c9d6d75..42f3e9f 100644 --- a/isl_local_space.c +++ b/isl_local_space.c @@ -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); }