isl_convex_hull.c: collect_basic_maps: fix return type
commit45d73755fb1f18f20e84d7414d70e87a4e3b301a
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 19 Sep 2016 13:45:07 +0000 (19 15:45 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 11 Nov 2016 08:59:21 +0000 (11 09:59 +0100)
tree3d63299d36e414d41dfe7f3cd58cb47931b10f75
parent2e1a41f758c7f4e0074f6c312febce394a297aa3
isl_convex_hull.c: collect_basic_maps: fix return type

Internally, isl_basic_set_list and isl_basic_map_list are the same,
but it is still better to use the correct type.

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