add isl_schedule_node_order_before
commit20bfce7471927dfd0bfb288cbfec3a41c59595af
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 15 Dec 2015 11:07:09 +0000 (15 12:07 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 4 Jan 2016 11:13:25 +0000 (4 12:13 +0100)
tree66a39506c4106ddd4b91abaf48824ae5948bf23e
parent159dceb0ed1608f6ea280524cf2192ba36b47044
add isl_schedule_node_order_before

This function is similar to isl_schedule_node_order_after,
except that it puts the specified elements before the others
instead of after.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod
include/isl/schedule_node.h
isl_schedule_node.c