isl_map.c: add_constraints: use isl_basic_map_add_constraints_dim_map
commit7fa7b484f6fa3ade8bae8e2209d098585eeec264
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 15 Jul 2016 08:29:21 +0000 (15 10:29 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Tue, 28 Aug 2018 18:06:51 +0000 (28 20:06 +0200)
tree8f9ab5258469c56fe8225531ebe96588fcbab661
parentefe466fe054c7e89494a6d5e6597b0cbc93169a6
isl_map.c: add_constraints: use isl_basic_map_add_constraints_dim_map

The original implementation is essentially a special case
of isl_basic_map_add_constraints_dim_map.

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