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

@ -5,7 +5,7 @@ function $test() {
@loop
%n0 =l phi @start -1988, @loop %n1
%n1 =l add 1, %n0
%cmp =l csle 1991, %n1
%cmp =w cslel 1991, %n1
jnz %cmp, @end, @loop
@end
ret