Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/gc: don't mark select descriptor as EscNone
selv is created with temp() which calls tempname, which marks the new n with EscNever, so there is no need to explicitly set EscNone on the select descriptor. Fixes #8396. LGTM=dvyukov R=golang-codereviews, dave, dvyukov CC=golang-codereviews https://golang.org/cl/112520043
- Loading branch information