isl_schedule.c: mark row constructed by compute_split_schedule as non-zero
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 3 Jan 2012 09:05:50 +0000 (10:05 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 3 Jan 2012 09:22:12 +0000 (10:22 +0100)
commit0a7e21ad10402affbe01d65efb0575ad29b39c3c
tree63dccb9f8f7b314822bd6c8a6bcf539a9ffb7526
parent78b4fdabda274aab7c1c72f28400e473a0d12bb6
isl_schedule.c: mark row constructed by compute_split_schedule as non-zero

compute_split_schedule is only called when no zero-distance schedule row
could be found on the entire graph.
We missed this part in ee1ca56 (isl_schedule.c: keep track of parallel loops,
Sun May 29 19:41:55 2011 +0200).

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