isl_basic_map_align_divs: don't make assumptions on the number of divs in dst
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 22 Dec 2008 14:56:49 +0000 (15:56 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 22 Dec 2008 14:56:49 +0000 (15:56 +0100)
commit465bdf0cb31c9259c3331399a61dd0d171aec26d
tree954007e4532c67d7f70f6ea173914ddd248ba565
parent2b37b4aa395a360f691bb07751123dcd4388a1c6
isl_basic_map_align_divs: don't make assumptions on the number of divs in dst

In particular, we shouldn't assume that the number of divs in dst
is bigger than the number of divs in src.

We _can_ and do assume that any previous divs have already been aligned
so we don't need to check the next div against previously aligned divs.
isl_map.c