libqbe/lisc/test/fix1.ssa

16 lines
158 B
Text
Raw Normal View History

function $test {
@start
2015-08-01 18:17:06 -04:00
%x =w copy 1
@loop
jnz %x, @noz, @isz
@noz
2015-08-01 18:17:06 -04:00
%x =w copy 0
2015-07-15 16:44:59 -04:00
jmp @end
@isz
2015-08-01 18:17:06 -04:00
%x =w copy 1
2015-07-15 16:44:59 -04:00
jmp @loop
@end
2015-08-01 18:17:06 -04:00
%z =w add 10, %x
2015-07-15 16:44:59 -04:00
ret
}