isl_space_*_factor_*: fix typo in code
commit1d17e7d4e0f931b112770af1e69701e2d8a6f0a0
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 20 Feb 2015 11:18:25 +0000 (20 12:18 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 21 Feb 2015 18:41:57 +0000 (21 19:41 +0100)
treeac379b32ff11095b104cbef21c925b17a54927b1
parent88326018808b1bbcf11c4ed51496a3cdb97a66b3
isl_space_*_factor_*: fix typo in code

The variable used has the same value as the correct variable,
but we should just use the correct variable.

Detected by a scan_build on Polly.

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