libqbe/lisc/test/rpo.ssa

13 lines
114 B
Text
Raw Normal View History

function $test {
@start
2015-07-15 18:01:38 -04:00
jmp @foo
@baz
jnz 1, @end, @foo
@bar
2015-07-15 18:01:38 -04:00
jmp @end
@foo
jnz 0, @bar, @baz
@end
2015-07-15 18:01:38 -04:00
ret
}