isl_coalesce.c: check_adj_eq: drop redundant test
commit5f96fc203314f82ecec6359d43ddad7f2e65805b
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 10 Oct 2014 15:06:39 +0000 (10 17:06 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 12 Jan 2015 15:43:39 +0000 (12 16:43 +0100)
tree1e9c720c4f74e818d099f4d5b914a6817573eb5c
parentd4b16b2f8323c047b05f924161eaa0cca0c36e31
isl_coalesce.c: check_adj_eq: drop redundant test

can_wrap_in_facet only relies on the given basic map having only
one inequality that is adjacent to an equality of the other basic map.
It does not matter how many equality constraints in that other basic map
are adjacent to the inequality.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_coalesce.c
isl_test.c