repo.or.cz
/
qbe.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
replace asm keyword
[qbe.git]
/
test
/
_rpo.ssa
blob
a10c6b1a0403800d30830862f9790c3ee105d43b
1
function $test() {
2
@start
3
jmp @foo
4
@baz
5
jnz 1, @end, @foo
6
@bar
7
jmp @end
8
@foo
9
jnz 0, @bar, @baz
10
@end
11
ret
12
}