rename isl_pw_aff_max to isl_pw_aff_union_max
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 20 Jul 2011 12:13:13 +0000 (14:13 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 20 Jul 2011 15:37:26 +0000 (17:37 +0200)
commitc6fde49f00522bfea02e507619b89a5fa2dfdc96
treecec6592664a8cfeb21fb8fee3210c54cf6023b4f
parent4103b51dd39bb6956e4328362f0faf6c6eb732ec
rename isl_pw_aff_max to isl_pw_aff_union_max

Most binary operations on isl_pw_affs are only defined on
the intersection of the definition domains of the two arguments.
Rename isl_pw_aff_max to emphasize that the definition domain
of its result is the union of these definition domains.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod
include/isl/aff.h
isl_aff.c
isl_map.c