isl_basic_map_overlying_set: properly handle divs in model
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 22 Dec 2008 15:16:29 +0000 (16:16 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 22 Dec 2008 15:16:29 +0000 (16:16 +0100)
commit6fb082a11161cbf18e5a6d20fc22607a86ae5f3e
tree5a12cb0c709b267ef521adb8967681300967de2e
parent465bdf0cb31c9259c3331399a61dd0d171aec26d
isl_basic_map_overlying_set: properly handle divs in model

Before, we would extend the set after resetting the dimension
but before adding the divs from the model.  Any coefficients
in the divs would therefore not be copied.
isl_map.c