summate.c: avoid use of isl_union_pw_qpolynomial_add_pw_qpolynomial
commit7853b940c81edddf971d10173d4d59b9dc539ead
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:59:51 +0000 (18 14:59 +0100)
treedc5bd980de4b8860b206a1f2ce63757963d44967
parent6ccfc4045028ae2e442f0511596b359375a0591b
summate.c: 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>
summate.c