add isl_basic_{set,map}_insert_dims
commit3af305c547a88b969351965361b19ddaeed7495f
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 29 Feb 2012 17:53:50 +0000 (29 18:53 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 2 Aug 2012 10:20:08 +0000 (2 12:20 +0200)
tree5d5ac330f8db7154496cb138f9eec590a33bc1e4
parent231082dc8be082c87389f1f2001c9027f39b4f90
add isl_basic_{set,map}_insert_dims

We already had a (private) isl_basic_map_insert, but we rename it to
isl_basic_map_insert_dims for consistency with isl_map_insert_dims.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod
include/isl/map.h
include/isl/set.h
isl_map.c
isl_map_private.h
isl_map_simplify.c