update tests to new comparisons
This commit is contained in:
parent
21d637efc8
commit
cfa285395e
11 changed files with 23 additions and 23 deletions
|
@ -7,10 +7,10 @@ function w $main(w %argc, l %argv) {
|
|||
@loop
|
||||
%av =l phi @start %av0, @loop2 %av1
|
||||
%ac =w phi @start %ac0, @loop2 %ac1
|
||||
%c0 =w ceq %ac, 0
|
||||
%c0 =w ceqw %ac, 0
|
||||
jnz %c0, @end, @loop1
|
||||
@loop1
|
||||
%c1 =w ceq %ac, 1
|
||||
%c1 =w ceqw %ac, 1
|
||||
jnz %c1, @last, @nolast
|
||||
@last
|
||||
jmp @loop2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue