rename isl_schedule_node to isl_schedule_domain_node
commit74ad4336c73819af8694164e5e39da5e6e772771
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 24 Jun 2014 20:11:02 +0000 (24 22:11 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 7 Feb 2015 10:29:18 +0000 (7 11:29 +0100)
treebd622ca95a112afbeea67cca0bb9665d3e983d63
parent1ac4c69e8af949a8ec265a3d6bc5ba3c8441939a
rename isl_schedule_node to isl_schedule_domain_node

The schedule tree representation will also involve
an isl_schedule_node object type.  During a transition period
both the original isl_schedule_node type and the new isl_schedule_node
type will be defined, so we need to make sure that they have different
names.  Rename the old one as it will be removed shortly after
introducing the new isl_schedule_node type.

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