]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile/internal/ssa: fix fallthrough return
authorKeith Randall <khr@golang.org>
Thu, 3 Sep 2015 21:28:52 +0000 (14:28 -0700)
committerKeith Randall <khr@golang.org>
Thu, 3 Sep 2015 22:04:07 +0000 (22:04 +0000)
commitd9f2cafb5050fd264777f175ceb2576d734b7360
tree538c702d8e2de965f42099cdbd5908bd5531218b
parent10f38f51ef51467b5df1fb8f744a5597f87efb1e
[dev.ssa] cmd/compile/internal/ssa: fix fallthrough return

Fallthrough return needs to be a return block before jumping
to the exit block.

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