isl_stream_read_map: fix parsing of Omega input
commit0e0bb9cb8ba1aa3f39884ccb074a17c934a76a6b
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 15 Sep 2012 11:42:30 +0000 (15 13:42 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 18 Sep 2012 13:08:20 +0000 (18 15:08 +0200)
tree7b570a58e28f631a4a1a0c85c2480ab9df2b5a59
parentce84f3f800d96a5dafc78ebfada3358b675e6b1a
isl_stream_read_map: fix parsing of Omega input

Support for parsing such input was broken by fc5018d (isl_stream_read_map:
accept alternative [i][j] tuple syntax, Sun Jul 3 21:01:01 2011 +0200)
as the two tuples in, say, {Sym=[n] [i] : i <= n } would get merged
into a single tuple (i.e., [n,i]).

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_input.c
isl_test.c