add isl_union_access_info_copy
commit335aae33fee26fa1881f3b463a30751a3021acfb
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 9 Jun 2015 09:24:33 +0000 (9 11:24 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 10 Jun 2015 19:18:03 +0000 (10 21:18 +0200)
treeed98b10c264224bfb4ef8db29ee201b2b79e1654
parentf70960b992c5486878658bc4f339473e665bbccb
add isl_union_access_info_copy

The wrapper generator in islpy depends on there being a "copy" method
for all types for which it writes wrappers, as
"__isl_take" arguments are automatically copied on input.

Requested-by: Andreas Kloeckner <inform@tiker.net>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod
include/isl/flow.h
isl_flow.c