export isl_map_read_from_file
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 24 Jan 2010 23:32:03 +0000 (00:32 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 25 Jan 2010 16:45:12 +0000 (17:45 +0100)
doc/user.pod
include/isl_map.h

index d0d5909..625b3c4 100644 (file)
@@ -388,6 +388,8 @@ to foreign file formats.
                isl_ctx *ctx, FILE *input, unsigned nparam);
        __isl_give isl_basic_map *isl_basic_map_read_from_str(
                isl_ctx *ctx, const char *str, unsigned nparam);
+       __isl_give isl_map *isl_map_read_from_file(
+               struct isl_ctx *ctx, FILE *input, unsigned nparam);
 
 The input may be either in C<PolyLib> format or in an
 C<Omega>-like format.
index 924750f..16478bf 100644 (file)
@@ -185,6 +185,8 @@ __isl_give isl_basic_map *isl_basic_map_read_from_file(isl_ctx *ctx,
                FILE *input, unsigned nparam);
 __isl_give isl_basic_map *isl_basic_map_read_from_str(isl_ctx *ctx,
                const char *str, unsigned nparam);
+__isl_give isl_map *isl_map_read_from_file(struct isl_ctx *ctx,
+               FILE *input, unsigned nparam);
 struct isl_basic_map *isl_basic_map_fix_si(struct isl_basic_map *bmap,
                enum isl_dim_type type, unsigned pos, int value);