repo.or.cz
/
ScratchABlock.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
github/workflows/pycopy-test: Upgrade Pycopy to 3.6.1.
[ScratchABlock.git]
/
tests
/
dead-code-liveout3.lst
blob
2c8bd0608ee57ac1740e71507273e3177d8bcf29
1
# Dead code elimination with help of live analysis
2
#xform: analyze_live_vars
3
#xform_bblock: dead_code_elimination
4
10 $a = 1
5
20 $a = 2
6
25 $a = $a + 1
7
40 return $a