]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile: implement OFALL
authorTodd Neal <todd@tneal.org>
Sat, 29 Aug 2015 02:19:40 +0000 (21:19 -0500)
committerTodd Neal <todd@tneal.org>
Sat, 29 Aug 2015 02:30:17 +0000 (02:30 +0000)
commit67e43c1e3b3e2470b870a9d5b5e6eedceeded5f1
treebbedbff802acde5041a8ae633d42bb720043ca8d
parent707af252d9041a5a618e15d2f3683f7d57b4d34c
[dev.ssa] cmd/compile: implement OFALL

Frontend has already rewriten fallthrough statements, we just need to
ignore them.

Change-Id: Iadf89b06a9f8f9e6e2e1e87c934f31add77a19a1
Reviewed-on: https://go-review.googlesource.com/14029
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/cmd/compile/internal/gc/ssa.go
src/cmd/compile/internal/gc/testdata/ctl_ssa.go