isl_basic_{set,map}_extend_space: drop space argument
commit27b9175bcde5ca2ff57daac5a488cb5f84286fe2
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 5 Aug 2016 10:02:45 +0000 (5 12:02 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Thu, 28 Nov 2019 10:23:12 +0000 (28 11:23 +0100)
tree1c8f44111b707b28423d87289bef5d8d6bcce06b
parentd6d3cc78aed19f545e7600f42beeb0b048150305
isl_basic_{set,map}_extend_space: drop space argument

Every call to these functions currently passes in the space
of the first argument as second argument, so there is no need
to pass it in separately.
Since the space argument is removed, the "_space" name suffix
is also removed.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
isl_affine_hull.c
isl_coalesce.c
isl_convex_hull.c
isl_map.c
isl_map_private.h
isl_map_simplify.c
isl_tab_pip.c