isl_map.c: parameter_compute_divs: check result of isl_basic_set_gauss call
commit74218a8133bd6864724192a1a58c83548012d578
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 13 Mar 2013 07:13:00 +0000 (13 08:13 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 13 Mar 2013 08:05:50 +0000 (13 09:05 +0100)
treed8d27c1edc6f9e433ceb7a32a6fe2ca548f4779b
parent1170985729c9e50b9e05992aea9725af867762f0
isl_map.c: parameter_compute_divs: check result of isl_basic_set_gauss call

The return value has been completely ignored ever since the call
was introduced in 2bc8301 (isl_pip_basic_map_compute_divs: remove some
equalities first, Mon May 25 12:59:23 2009 +0200).  This may be harmless
in practice at the moment, but it may lead to future bugs.

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