isl_scheduler.c: compute_split_schedule: drop redundant variable
commit195bd69009258c3966180ee7cd3d3e73d71b2f9e
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 14 Apr 2015 08:42:23 +0000 (14 10:42 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 26 May 2015 13:34:27 +0000 (26 15:34 +0200)
treeaafc5371faa7bdffe8ec85b910c2de61fbe3b569
parente97fe2e5d96122f2583384d59273ae756fe063aa
isl_scheduler.c: compute_split_schedule: drop redundant variable

compute_sub_schedule used to pass back information in graph->n_total_row,
but this changed in 16f65ef (isl_schedule_constraints_compute_schedule:
produce schedule tree based schedule, Sun Jul 28 18:40:18 2013 +0200).
There is therefore no longer any need to keep a copy of this value.

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