]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.regabi] cmd/compile: move okforconst into its own declaration
authorRuss Cox <rsc@golang.org>
Wed, 25 Nov 2020 03:52:37 +0000 (22:52 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 25 Nov 2020 16:40:01 +0000 (16:40 +0000)
commit331b8b4797bc4e134a8d8b78bf1c060689144145
treef74a8bf5f0d3ebb1f940517e72b9842cb6ae1489
parent26b66fd60b258d323d7b8df2c489d5bd292c0809
[dev.regabi] cmd/compile: move okforconst into its own declaration

It needs to move into package ir, and we do not want all the rest.

Change-Id: Ibcfa1ebc0e63fe3659267bf2fa7069e8a93de4e9
Reviewed-on: https://go-review.googlesource.com/c/go/+/272930
Trust: Russ Cox <rsc@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/go.go