quick fix for comparisons with constants
This commit is contained in:
parent
246a48ba94
commit
9c7b06d68f
5 changed files with 22 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
@loop
|
||||
%n0 =w phi @start -1988, @loop %n1
|
||||
%n1 =w add 1, %n0
|
||||
%cmp =w csle %n1, 1000
|
||||
jez %cmp, @end, @loop
|
||||
%cmp =w csle 1990, %n1
|
||||
jez %cmp, @loop, @end
|
||||
@end
|
||||
ret
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue