rename isl_map_check_equal_tuples to isl_map_check_transformation
commit66fa6c9d4fb3f665b59b969c82a1fd6a7ddf00f4
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Mon, 13 Apr 2020 09:50:20 +0000 (13 11:50 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Mon, 4 May 2020 18:15:25 +0000 (4 20:15 +0200)
treea34f93ab2501d65e89e26bd9bacd3f7ad5c3825b
parent944514c95479acbd8eca0d83bbe3867a94a7d886
rename isl_map_check_equal_tuples to isl_map_check_transformation

The original name was too similar to that of isl_space_check_equal_tuples,
which has a different meaning.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
isl_map.c
isl_map_private.h
isl_transitive_closure.c