isl_tab_pip.c: compare all coefficients when checking for duplicate divs
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 15 Jun 2010 21:31:41 +0000 (23:31 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 15 Jun 2010 21:35:21 +0000 (23:35 +0200)
commitcefacc2c85eea8c5e396628c15008611adb2545f
tree24a8837df7647072fc5b9a200b60aad99a588b14
parentd3d9705b2cf46d8e7800b8c489511528b07136d2
isl_tab_pip.c: compare all coefficients when checking for duplicate divs

Due to a typo, we would not consider the last coefficient of the div,
possibly resulting in a new div being identified with an existing
div that only differs in that last coefficient.
Apparently, this doesn't happen very often, because it has gone
unnoticed for quite a while.
isl_tab_pip.c
isl_test.c