export isl_map_gist
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 18 Mar 2010 13:23:58 +0000 (14:23 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 18 Mar 2010 22:15:48 +0000 (23:15 +0100)
include/isl_map.h

index 53ae6d0..55bf096 100644 (file)
@@ -364,6 +364,8 @@ int isl_map_fast_is_fixed(struct isl_map *map,
 
 __isl_give isl_basic_map *isl_basic_map_gist(__isl_take isl_basic_map *bmap,
        __isl_take isl_basic_map *context);
+__isl_give isl_map *isl_map_gist(__isl_take isl_map *map,
+       __isl_take isl_basic_map *context);
 
 __isl_give isl_map *isl_map_coalesce(__isl_take isl_map *map);