isl_convex_hull.c: convex_hull_pair: add missing return
commitfec3bd302f36a36ea1df489f9d1d5bed014b1e08
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 11 Sep 2014 08:08:58 +0000 (11 10:08 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 11 Sep 2014 08:08:58 +0000 (11 10:08 +0200)
tree9f7d7a8cf2db4e5e60b24bf78351ea30e6ecb387
parente2079724e2d6194999d4d958625076ddf50f8079
isl_convex_hull.c: convex_hull_pair: add missing return

The problem was introduced all the way back in 7f46696 (isl_convex_hull.c:
convex_hull_pair: skip direction change if result is bounded,
Mon Apr 19 09:23:55 2010 +0200).  Apparently, the code hardly ever
gets executed, which is not entirely unexpected as it is only executed
when the first two basic sets considered in an unbounded set are both
bounded.

Reported-by: antoine.morvan.pro@gmail.com
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_convex_hull.c
isl_test.c