isl_basic_map_new_from_polylib: preserve space of output
commit50ec4d4456d3ba6608041e72c62675d796f5750b
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 26 Aug 2011 09:10:33 +0000 (26 11:10 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 26 Aug 2011 09:10:40 +0000 (26 11:10 +0200)
tree535f08d792d3d91c069cc2349d837ca5c2f00c86
parente760535813d3178e898ad352d62433e5f364c229
isl_basic_map_new_from_polylib: preserve space of output

Before, we would modify the output tuple of the given space directly,
resulting in all internal information of this tuple getting lost.

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