isl_scheduler.c: compute_component_schedule: drop redundant variable
commitae7487fe90f245f3b1c0183d552b4dd42f04969e
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)
tree53625b208eac7076265a53ca8283da3657e59ff6
parent195bd69009258c3966180ee7cd3d3e73d71b2f9e
isl_scheduler.c: compute_component_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