fix isl_union_map_detect_equalities memory management annotation
commit371d794005ab0568079252125d735ecfb287dc39
authorTobias Grosser <tobias@grosser.es>
Sun, 9 Sep 2012 18:38:57 +0000 (9 20:38 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 10 Sep 2012 09:30:13 +0000 (10 11:30 +0200)
tree65e4e2f5c3ff6faefdb1fc87ecc938f95c1577db
parent4ca3cd79efb7697b0274202ec68c501ab4cdc306
fix isl_union_map_detect_equalities memory management annotation

The signature of that function had accidently an __isl_keep annotation
instead of an __isl_take. Fix this such that the signature in the
header matches the signature of the implementation.

Signed-off-by: Tobias Grosser <tobias@grosser.es>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
include/isl/union_map.h