split cmp in two sizes

This commit is contained in:
Quentin Carbonneaux 2015-08-06 16:35:17 -04:00
parent 27f32f26b3
commit 7dc3e5dcf6
5 changed files with 20 additions and 8 deletions

View file

@ -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