declare isl_stream_read_multi_aff
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 15 Jul 2012 11:50:22 +0000 (13:50 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 18 Sep 2012 13:08:20 +0000 (15:08 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
include/isl/stream.h

index 4bf3752..3706bcd 100644 (file)
@@ -97,6 +97,7 @@ enum isl_token_type isl_stream_register_keyword(struct isl_stream *s,
        const char *name);
 
 struct isl_obj isl_stream_read_obj(struct isl_stream *s);
+__isl_give isl_multi_aff *isl_stream_read_multi_aff(struct isl_stream *s);
 __isl_give isl_map *isl_stream_read_map(struct isl_stream *s);
 __isl_give isl_set *isl_stream_read_set(struct isl_stream *s);
 __isl_give isl_pw_qpolynomial *isl_stream_read_pw_qpolynomial(