isl_space_insert_dims: fix handling of nested spaces
commite8234789a0408adb20371db034e810351cda2674
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 30 May 2012 09:03:12 +0000 (30 11:03 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 30 May 2012 10:46:30 +0000 (30 12:46 +0200)
treea82f2a22cba2c3830b0298f5ba06573f7cc509fe
parent94baac520a8540685ce327b425de8b9e9e90faad
isl_space_insert_dims: fix handling of nested spaces

In particular, if we are inserting parameters, then we should also
insert them in any nested spaces.

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