isl_union_set_compute_schedule: double check that we do not run out of rows
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 4 Nov 2012 15:51:30 +0000 (16:51 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 11 Nov 2012 09:57:52 +0000 (10:57 +0100)
commitace4762b6575201448368b5f9a51e95eb8e65012
treef45b3f83347fbdb1bd37d7451137c750e09e9f3f
parent6b21b75cf239674ca6ab0943d9cce051c778d630
isl_union_set_compute_schedule: double check that we do not run out of rows

The previous commit fixed a case where we would generate more schedule
rows than anticipated.  Make sure we do not run into this situation again.

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