isl_map_simplify.c: remove_dependent_vars: only remove definitions of divs
commit573b1ad542f41cb9b54c2cbc0808fe5b668b30df
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 4 Aug 2009 15:00:43 +0000 (4 17:00 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 7 Aug 2009 09:22:02 +0000 (7 11:22 +0200)
tree85270d9eaa4c611e60578010df3415efd56729d8
parent7c4cf0f986cfb1e8e1bf407d4896f48544df9ee2
isl_map_simplify.c: remove_dependent_vars: only remove definitions of divs

Don't remove the dependent divs themselves, because in particular
eliminate_divs_ineq does not expect any other divs to get removed.
isl_map_simplify.c