extract common implementation of Tarjan's algorithm
commitbde2ea2094179a3fc97b4fb9ddf2b17691f58622
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 1 Mar 2012 16:27:17 +0000 (1 17:27 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 2 Aug 2012 10:20:09 +0000 (2 12:20 +0200)
tree572e24473b16b02d7126bde58c455216c6fe94f5
parente30b6af76664971e9c89e4a947f68179cbfe50f8
extract common implementation of Tarjan's algorithm

We had two nearly identical implementations in isl_schedule.c
and isl_transitive_closure.c.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Makefile.am
isl_schedule.c
isl_tarjan.c [new file with mode: 0644]
isl_tarjan.h [new file with mode: 0644]
isl_transitive_closure.c