decouple isl_qpolynomial_substitute_equalities
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 14 Jul 2011 15:53:28 +0000 (17:53 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 20 Jul 2011 09:12:06 +0000 (11:12 +0200)
commit1bf54572503fce92368fc2021c2299e36dedd9e1
treeefc472b8a4eff3a008dc121624208e55aef093b2
parentb2a4b83281e70199b7316297f2a8fc9bf18fe959
decouple isl_qpolynomial_substitute_equalities

isl_qpolynomial_substitute_equalities was being called from within
two contexts, one where the space of the equalities includes the
divs and one where it does not.
Split isl_qpolynomial_substitute_equalities into two functions,
one for each of these two cases.

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