isl_map_simplify.c: remove_duplicate_divs: preserve known divs
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 6 Sep 2012 12:35:55 +0000 (14:35 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 6 Sep 2012 12:35:55 +0000 (14:35 +0200)
commit7fc6996f171ca08956c33e2e096eb6ce40f31a99
tree4bd7e9135ec76217fb365c690bb67e6450f9a754
parent04f62692262dc38eeadcf573047df36bd04af5b4
isl_map_simplify.c: remove_duplicate_divs: preserve known divs

As explained in the commit message of 22c210c (isl_basic_map_gauss:
try not to remove any div definitions, Tue Sep 1 22:59:21 2009 +0200),
we should preserve known divs during isl_basic_map_simplify.
That commit only fixed the possible loss of known divs in
isl_basic_map_gauss.  Here we fix the same problem in remove_duplicate_divs.

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