isl_basic_{set,map}_plain_cmp: drop const qualifier
commitf50bf39f29e9e8b922de650e52a79f05672b24a6
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 12 Jul 2016 09:27:42 +0000 (12 11:27 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 22 Feb 2017 11:26:33 +0000 (22 12:26 +0100)
tree6fabda2d59d8e49bbfec6f16670f195e7f6b97a2
parentde6d9f8f8a09af464269044137eb5e8b14d922bd
isl_basic_{set,map}_plain_cmp: drop const qualifier

The const qualifier is not used very frequently in isl because
many functions that do not change the meaning of their arguments
might still change their internal representations.
Even though isl_basic_map_plain_cmp does not do so at the moment,
it might very well do so in future.
Remove the const qualifier as it only causes some clutter
in the current code base.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_map.c
isl_map_private.h