]> Cypherpunks repositories - gostls13.git/commit
[dev.regabi] cmd/compile: remove ODCLFIELD and ODDD ops
authorRuss Cox <rsc@golang.org>
Sun, 29 Nov 2020 13:58:39 +0000 (08:58 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 30 Nov 2020 19:45:23 +0000 (19:45 +0000)
commitae1a3378092e25c7a7aa0100c2e29397f7bc2798
tree9ca1122138dd171a29f3d712fb11a1b2b108b4ec
parent4e7685ef1afbf8b1cc692f2a1bd3b02e444d5901
[dev.regabi] cmd/compile: remove ODCLFIELD and ODDD ops

These are plain data now, not nodes (see previous CL).
The opcode deletions are not safe for toolstash -cmp,
so they are split into a separate CL.

Change-Id: Icef8a01e190195a7539a35b92f42835d823e314a
Reviewed-on: https://go-review.googlesource.com/c/go/+/274104
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/ir/node.go
src/cmd/compile/internal/ir/op_string.go