opt: Make break and goto not fallthrough
commitca435dc2e36c685a225933283841ab3a827c3316
authorMichael Matz <matz@suse.de>
Mon, 26 Sep 2016 18:31:24 +0000 (26 20:31 +0200)
committerMichael Matz <matz@suse.de>
Thu, 15 Dec 2016 16:47:12 +0000 (15 17:47 +0100)
tree880c2179942504895e7b21971fa68c36f064e57a
parent31c7ea0165882eaf09040ea7edfc37cc38f0a032
opt: Make break and goto not fallthrough

As we can optimize dead code a bit already it's fitting
to disable code emission after break and goto.
tccgen.c
tests/tcctest.c