isl_basic_map_gist: fix typo in code
commit27d475cc4c68d2a846d84061f48c7802def82e5f
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 20 Feb 2015 10:53:58 +0000 (20 11:53 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 20 Feb 2015 12:20:08 +0000 (20 13:20 +0100)
treef6d69224380986661a530f2257e4128dc50e7065
parentc8cb89af3289363acea038db4de4d91b251fab1c
isl_basic_map_gist: fix typo in code

Since "eq" is a copy of "bset", it should have the same value,
but the code was still wrong.

Detected by a scan_build on Polly.

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