barvinok.cc: avoid use of isl_union_pw_qpolynomial_add_pw_qpolynomial
commit6ccfc4045028ae2e442f0511596b359375a0591b
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 18 Dec 2014 13:58:05 +0000 (18 14:58 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 18 Dec 2014 13:58:05 +0000 (18 14:58 +0100)
tree68eae3c678efc5acf0cfb9c21790b981d7924279
parent523c0b1a9e8d483875b814a9dd0af33c2b6434d7
barvinok.cc: avoid use of isl_union_pw_qpolynomial_add_pw_qpolynomial

The function isl_union_pw_qpolynomial_add_pw_qpolynomial should
in principle only be used to add a piecewise polynommial in a space
that was not already in the union.  Use isl_union_pw_qpolynomial_add
instead.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
barvinok.cc