isl_scheduler.c: compute_component_schedule: handle general "components"
commitb445cac1220d4671d091064dd54a08696ea59b8f
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 28 Jul 2013 16:40:18 +0000 (28 18:40 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 3 Feb 2015 18:45:24 +0000 (3 19:45 +0100)
tree5e9ce2b91a47954a1247237f402e768fdbf36183
parent7c3b135a381ba6012c8050f39379d97b974088c8
isl_scheduler.c: compute_component_schedule: handle general "components"

In a couple of commits, we will also be using compute_component_schedule
on groups of nodes that may not form components.  We therefore
need to allow the caller to specify whether the groups identified
by the scc field are indeed components.

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