isl_union_set_compute_schedule: fix computation of maximal number of rows
commitc3a6f752758fe2eae6f1f8bab3d2d8530da97732
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 29 May 2012 17:45:58 +0000 (29 19:45 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 30 May 2012 11:31:28 +0000 (30 13:31 +0200)
tree248fee3673b5325c6f9c00885fd4befc4f6de2f0
parente8234789a0408adb20371db034e810351cda2674
isl_union_set_compute_schedule: fix computation of maximal number of rows

The original computation wasn't documented, but was probably wrong.
The maximal number of schedule rows is now computed in a separate
and documented function.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_schedule.c