]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.regabi] cmd/compile: add OMETHEXPR
authorRuss Cox <rsc@golang.org>
Tue, 24 Nov 2020 15:25:41 +0000 (10:25 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 24 Nov 2020 20:58:19 +0000 (20:58 +0000)
commit4f9d54e41d80f06b8806bcbb23c015572b78d9fc
tree9e2c50ca2a1ecca182e3f9e135c00ae0bd468549
parentfd11a32c92a2621c6f52edec2a0339f4b7d794e8
[dev.regabi] cmd/compile: add OMETHEXPR

This CL is obviously OK but does not pass toolstash -cmp,
because it renumbers the Op codes. In a separate CL so that
we can use toolstash -cmp on the CL with real changes
related to OMETHEXPR.

Change-Id: I1db978e3f2652b3bdf51f7981a3ba5137641c8c7
Reviewed-on: https://go-review.googlesource.com/c/go/+/272866
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/op_string.go
src/cmd/compile/internal/gc/syntax.go