]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: avoid generating unreachable branch for select cases
authorzhouguangyuan <zhouguangyuan.xian@gmail.com>
Wed, 26 Jan 2022 12:23:11 +0000 (20:23 +0800)
committerKeith Randall <khr@golang.org>
Tue, 1 Mar 2022 18:13:15 +0000 (18:13 +0000)
commitd9fd9201ad214e8da769a9338b9d3a5f3e1bc980
tree4e67cd98ae1aef37f9a522684471c7f7116adf2b
parentd81464e1eb69faab8bcf04015575d8a491e882b5
cmd/compile: avoid generating unreachable branch for select cases

Fixes #50823

Change-Id: I1c12e875b840eecadefb0d9e044ff2a268ccfbaa
Reviewed-on: https://go-review.googlesource.com/c/go/+/380894
Reviewed-by: Keith Randall <khr@golang.org>
Trust: Michael Knyszek <mknyszek@google.com>
src/cmd/compile/internal/walk/select.go