This commit is contained in:
Daniel Lubarov 2022-07-31 13:03:07 -07:00
parent 497b26dee6
commit a34a4c8184

View File

@ -122,7 +122,7 @@
// stack: c, input, ... // stack: c, input, ...
%add_const(1) // This will be optimized out. %add_const(1) // This will be optimized out.
// stack: c + 1, input, ... // stack: c + 1, input, ...
GE // Check it backwards: (input <= c) == (c + 1 > input) GT // Check it backwards: (input <= c) == (c + 1 > input)
// stack: input <= c, ... // stack: input <= c, ...
%endmacro %endmacro