isl_qpolynomial_div_pow: normalize given div
commite87d6a05c8cc412abd7c1061cf9cb577f62d6ad6
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 10 Nov 2010 12:49:30 +0000 (10 13:49 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 10 Nov 2010 12:49:30 +0000 (10 13:49 +0100)
tree75e106ecfee8597a6762434cfaaac56472569ce4
parent13380772221c4aaa3542a693fc04bcad53b1ca1d
isl_qpolynomial_div_pow: normalize given div

An isl_div obtained from an isl_set would normalize be expected
to have been normalized already, but the user may have constructed
the isl_div manually and then we want to make sure it gets normalized.

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