isl_schedule_node_free: update documentation
commit8c908f235d4d95b44a76ed6981bfb6b8d58513a3
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 17 Apr 2016 10:31:10 +0000 (17 12:31 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 17 Apr 2016 10:31:10 +0000 (17 12:31 +0200)
treef2c431f0985d26955c5d7c19e793d87003479f56
parent22b3f6fdca56ab689b9a573c6237f9a116ad603d
isl_schedule_node_free: update documentation

Ever since 1eaa09c (isl_schedule: store pointer to leaf instead
of actual leaf object, Mon Feb 8 12:13:58 2016 +0100), any leaf tree
that a node may point to is an actual reference counted object
instead of pointer to a field inside the schedule, but the documentation
of this function was not updated accordingly.

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