isl_polynomial.c: move merge_divs to isl_local_space.c
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 12 May 2011 10:24:16 +0000 (12:24 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 16 May 2011 16:01:22 +0000 (18:01 +0200)
commit0b90c0e67236a9f47530297a3fa45dfb2cb06a7a
tree5d30b22a95f448cdde43e60f84253627861c54f7
parent11fbcfa735e84d578082f14d5ea4908f3b324b48
isl_polynomial.c: move merge_divs to isl_local_space.c

In time, we will want to define isl_qpolynomials over isl_local_spaces.
We start by moving some of the handling of divs to isl_local_space.c
as it also useful for local spaces in general.
The merging is adapted to handle possibly unknown divs, which should
never be merged.

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