isl_basic_map_lexopt*: preinitialize domain in the same way
commit68bb5b4a16b6acd1170d736b6d9b24103dcd91df
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 14 Jun 2016 14:29:06 +0000 (14 16:29 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 27 Jun 2016 13:36:04 +0000 (27 15:36 +0200)
tree0f82fe8ec56689276a3eacf66250ff35e8d23aea
parentd30117d6e1edcd8c97fc335c07785eedfe1480d3
isl_basic_map_lexopt*: preinitialize domain in the same way

When isl_basic_map_lexmin_pw_multi_aff was introduced in 6fb5454
(add isl_basic_map_lexmin_pw_multi_aff, Tue Aug 16 18:46:25 2011 +0200),
the way it constructed the domain was the same as in isl_basic_map_lexopt.
When the latter was changed in a47882c (isl_basic_map_lexopt: preinitialize
domain, Tue Mar 12 17:23:49 2013 +0100), isl_basic_map_lexmin_pw_multi_aff
was not updated accordingly.  Do so now.

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