compiler, runtime: open code select
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 13 Sep 2018 21:32:24 +0000 (21:32 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 13 Sep 2018 21:32:24 +0000 (21:32 +0000)
commit84cdf51de42f823b4ed0d65ef20ab0142607917b
treeb7d94851b891d2529f5f7eb23386a86f07563097
parent283b9cafbd73b92b106e3f23b07f59af6761c78b
compiler, runtime: open code select

    This is the gofrontend version of https://golang.org/cl/37933,
    https://golang.org/cl/37934, and https://golang.org/cl/37935.
    Open code the initialization of select cases.

    This is a step toward updating libgo to the 1.11 release.

    Reviewed-on: https://go-review.googlesource.com/135000

From-SVN: r264290
gcc/go/gofrontend/MERGE
gcc/go/gofrontend/escape.cc
gcc/go/gofrontend/runtime.def
gcc/go/gofrontend/statements.cc
gcc/go/gofrontend/statements.h
gcc/go/gofrontend/types.cc
gcc/go/gofrontend/types.h
libgo/go/runtime/select.go