rename isl_qpolynomial_is_equal to isl_qpolynomial_plain_is_equal
commit47d30924b3820d5c6b7d38142501dbec82164510
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 23 Jun 2011 07:19:56 +0000 (23 09:19 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 25 Jun 2011 20:22:04 +0000 (25 22:22 +0200)
tree8b7cb1f60ca47f5c7882af46d8ec0fc47e5613a1
parenta2bc9bfd1c851340ab4ab10878ff35d5d545fc77
rename isl_qpolynomial_is_equal to isl_qpolynomial_plain_is_equal

The current implementation only checks whether two qpolynomials are
obviously equal.  There may be non-obvious relations between the divs
that make two qpolynomials equal even if they do not appear to be equal.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
bound.c
include/isl/polynomial.h
isl_fold.c
isl_polynomial.c
isl_pw_templ.c