libqbe/lisc/test/rpo.ssa

11 lines
90 B
Text
Raw Normal View History

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