]> Cypherpunks repositories - gostls13.git/commit
[dev.regabi] cmd/compile: add (unused) ONIL constant
authorMatthew Dempsky <mdempsky@google.com>
Mon, 16 Nov 2020 01:19:08 +0000 (17:19 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Tue, 24 Nov 2020 19:33:02 +0000 (19:33 +0000)
commit4af2decf3004261ff7cb500f511c6414a9d0f68a
treec141166050828dd304c471a05288fca32b213efd
parent668e3a598f56d2c9618d800a163f3e784ba3ae0b
[dev.regabi] cmd/compile: add (unused) ONIL constant

Subsequent CL will make use of ONIL. Split out separately so that the
next CL can pass toolstash-check.

Change-Id: I49d77bedbe2cac4a5da149c925cda969e50b0b2d
Reviewed-on: https://go-review.googlesource.com/c/go/+/272649
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
Trust: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/op_string.go
src/cmd/compile/internal/gc/syntax.go