isl_vertices.c: move isl_basic_set_set_integral to isl_map.c
commita18e3c87c2434c60be05273ca05eb3411e3b8cd8
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 26 Sep 2016 16:01:27 +0000 (26 18:01 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 23 Mar 2017 10:43:55 +0000 (23 11:43 +0100)
treecdb1a1c7068ea713a892b600e6e8111b25e622d9
parentfe9de402d4ae37dcb64cec60eb993bfc13b7086e
isl_vertices.c: move isl_basic_set_set_integral to isl_map.c

This function is currently only used in isl_vertices.c, but since
it is closely related to isl_basic_set_set_rational, it fits in
better in isl_map.c.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_map.c
isl_map_private.h
isl_vertices.c