rename isl_{,in}equality_alloc to isl_constraint_alloc_{,in}equality
commit93b8e43d79c895205c6c6ab7e3ebca6f6bbb9429
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 25 May 2015 14:08:39 +0000 (25 16:08 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 26 May 2015 13:34:28 +0000 (26 15:34 +0200)
tree0970e4ce0adc03a35acc4d9265e82c77c771541a
parentdddbbaef9a25789f053e9793b00a2ddd0f4679f9
rename isl_{,in}equality_alloc to isl_constraint_alloc_{,in}equality

The original names for these functions are inconsistent with the rest
of the interface.  In particular, these functions construct new objects of
type isl_constraint while their names do not start with "isl_constraint".

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod
include/isl/constraint.h
isl_ast_build.c
isl_ast_codegen.c
isl_constraint.c
isl_deprecated.c
isl_map.c
isl_test.c