split cmp in two sizes
This commit is contained in:
parent
27f32f26b3
commit
7dc3e5dcf6
5 changed files with 20 additions and 8 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
@start
|
||||
@loop
|
||||
%n0 =w phi @start -1988, @loop %n1
|
||||
%n1 =w add 1, %n0
|
||||
%n0 =l phi @start -1988, @loop %n1
|
||||
%n1 =l add 1, %n0
|
||||
%cmp =w csle 1991, %n1
|
||||
jez %cmp, @loop, @end
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue