isl_union_map.c: inplace: pass data pointer to isl_hash_table_foreach
commit215e270b8ce8bbde82fac9cbc130f1e3213f8ce6
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 5 Feb 2011 09:09:16 +0000 (5 10:09 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 5 Feb 2011 09:39:42 +0000 (5 10:39 +0100)
tree059a3d337b62f85d0b359a689fe6ed4759baa54e
parenta6f371ad8ebf40abfbf444ac270774741a9580f9
isl_union_map.c: inplace: pass data pointer to isl_hash_table_foreach

isl_hash_table_foreach expects a data pointer but was being passed
a code pointer from within inplace.  On some systems data pointers
may be different from code pointers.

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