document isl_space_tuple_match as isl_space_tuple_is_equal
commitc73f000ccf10ec381b99498b599dc38a27508151
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 5 Jun 2014 16:40:01 +0000 (5 18:40 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 28 Sep 2014 11:39:45 +0000 (28 13:39 +0200)
treedff359e0bc0ebf6c625749fcc35deff1a248ffbe
parent611a3de0e2000a0c69f79c2602b30b182b4c1769
document isl_space_tuple_match as isl_space_tuple_is_equal

The function isl_space_tuple_match is used by the AST generator,
so it should be part of the public API.  Rename it to
isl_space_tuple_is_equal, because "match" is not a very clear
description.

The old name is kept for now in case it was already being used.
It will be removed at some point.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod
include/isl/space.h
isl_aff.c
isl_ast_build_expr.c
isl_fold.c
isl_map.c
isl_map_simplify.c
isl_multi_templ.c
isl_space.c
isl_transitive_closure.c
isl_union_map.c