source/clast.c: insert_modulo_guard: only compute bound on modulo once
commit447c6f9cf54788aa21cd7d9e9887e50d2a717a88
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 21 Mar 2009 15:33:15 +0000 (21 16:33 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 22 Mar 2009 21:05:42 +0000 (22 22:05 +0100)
treea7c19ad4580913c381fcfe67938cc72b50fd0029
parent4735f4d3ae401ed204604f71ef95164100e486ae
source/clast.c: insert_modulo_guard: only compute bound on modulo once

Computing the bound only once also ensure that it hasn't been
affected by changes to the upper bound.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
source/clast.c