isl_aff.c: pw_multi_aff_from_map_stride: fix typo in code
commitc8cb89af3289363acea038db4de4d91b251fab1c
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 20 Feb 2015 09:56:17 +0000 (20 10:56 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 20 Feb 2015 12:20:08 +0000 (20 13:20 +0100)
treed8b0c8a0e22aa8fef5c5059f9bb80f51d8c106a7
parent2c3ec879ad2e7f3e96d335c00bf499f072716923
isl_aff.c: pw_multi_aff_from_map_stride: fix typo in code

We were applying isl_pw_multi_aff_from_map to the wrong
variable.  The value of this variable is always
the same as that of the correct variable since the set
is modified in place.

Detected by a scan_build on Polly.

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