isl_multi_aff_set_dim_name: do not set name of elements if type is isl_dim_out
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 16 Jul 2012 11:06:23 +0000 (13:06 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 16 Jul 2012 11:06:23 +0000 (13:06 +0200)
commit27c053bd4f3f78871dce000f8d96a7cd9796b03d
tree909866313913c98499176b559b23b3c175355606
parentbaf22b7c81df6dbbd8855c261ce4722a1ed8f45f
isl_multi_aff_set_dim_name: do not set name of elements if type is isl_dim_out

An isl_aff does not keep track of the name of its output dimension.
Even if it did, we would have to change the name of only the specified
element and not of all elements as we did before this commit.

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