isl_dim_replace: fix handling of nested spaces
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 20 Oct 2010 20:16:15 +0000 (22:16 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 20 Oct 2010 20:17:37 +0000 (22:17 +0200)
commita76dd23ff02471ba5717ac25fe9be1a067dd64f7
tree073409f6244ea8703c89c3b4a7e5255892a5c290
parentd2e310d87e0d384131da906e3dc27ad69d29fd91
isl_dim_replace: fix handling of nested spaces

5ad911e (isl_dim_drop: also drop parameters from nested spaces,
Sat Oct 16 14:41:22 2010 +0200) changed isl_dim_drop to also
drop parameters from nested spaces, but it didn't change isl_dim_add
accordingly, breaking isl_dim_replace on isl_dims with nested spaces.

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