update tests to new comparisons

This commit is contained in:
Quentin Carbonneaux 2016-02-11 20:02:31 -05:00
parent 21d637efc8
commit cfa285395e
11 changed files with 23 additions and 23 deletions

View file

@ -6,8 +6,8 @@
function $test() {
@start
%a =w copy 0
%b =w copy 0
%a =w loadw $a
%b =w loadw $a
@loop
%c =w phi @start 0, @loop %f
@ -16,7 +16,7 @@ function $test() {
%f =w add %c, %d
%g =w add %c, %e
%h =w add %e, %d
%x =w csle %a, %b
%x =w cslew %a, %b
jnz %x, @loop, @end
@end