export isl_access_info_free
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 25 Sep 2010 13:51:53 +0000 (15:51 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 25 Sep 2010 16:49:48 +0000 (18:49 +0200)
commit75880d1ffaf4155df97c1e0b7f0b5890df9bc200
tree2e189fee06841ca0cd3af82e640a27b21809e864
parent06bf84593fa8674dfdbc50f1203a1586cd66241d
export isl_access_info_free

It was thought before that there was no need to export this function,
because it is called implicitly by isl_access_info_compute_flow,
but if some error occurs in the application before the call
to isl_access_info_compute_flow, isl_access_info_free should be
called to free the (partially constructed) isl_access_info.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod
include/isl_flow.h
isl_flow.c