isl_coalesce.c: expand_tab: do not check div constraints for redundancy
commit600bdd8439f29315a5257b72a2d0dffd22557aec
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 6 Oct 2016 07:23:27 +0000 (6 09:23 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 19 Dec 2016 09:05:20 +0000 (19 10:05 +0100)
tree8d566709803e2874fc487347000d53106822f8f5
parent2844ebf29d8c927a77dc14f0fcb9ef7392d1581d
isl_coalesce.c: expand_tab: do not check div constraints for redundancy

They cannot possibly be redundant since the corresponding local variables
do not appear in any of the other constraints.
There is then no need to check them for redundancy.

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