isl_term_get_div: support nested divs
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 30 Mar 2012 13:14:54 +0000 (15:14 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 17 Apr 2012 16:52:09 +0000 (18:52 +0200)
commit43077bf898137fa9464a8313521d62e1e983a874
tree2fabc1371609883139774669a27e0a61a433c2a4
parentb8fb3b6d32d55f6ce8c74e70ac3d669360161d55
isl_term_get_div: support nested divs

Ever since 028d1a7 (drop isl_div abstraction, Fri Sep 9 14:55:16 2011 +0200),
the result of isl_term_get_div is an isl_aff and it can handle nested divs
just fine.  We therefore simply need to remove the now redundant check.

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