Curtis Rawls <[EMAIL PROTECTED]> wrote: > The first patch (optimizer.patch) does > cleanup/refactoring/improvements to the strength_reduce() function in > optimizer.c .
Thanks, applied - 8203 NB: some more come to my mind: add I0, 1 => inc I0 add N0, 1.0 => inc N0 sub I0, 1 => dec I0 sub N0, 1.0 => dec N0 set I0, 0 => null I0 set N0, 0.0 => null N0 leo