mirror of
https://github.com/frida/tinycc
synced 2024-12-03 04:41:55 +03:00
31c7ea0165
If a condition is always zero/non-zero we can omit the then or else code. This is complicated a bit by having to deal with labels that might make such code reachable without us yet knowing during parsing.
19 lines
124 B
Plaintext
19 lines
124 B
Plaintext
timeout=2
|
|
timeout=1
|
|
boo
|
|
yeah
|
|
twice
|
|
once
|
|
twice
|
|
SEtwice
|
|
SEonce
|
|
SEtwice
|
|
twice2
|
|
once2
|
|
twice2
|
|
twice3
|
|
once3
|
|
twice3
|
|
caseok
|
|
caseok2
|