]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/compile: rip out support for OVARKILL from compiler frontend
authorKeith Randall <khr@golang.org>
Fri, 22 Jul 2022 22:19:34 +0000 (15:19 -0700)
committerKeith Randall <khr@golang.org>
Mon, 22 Aug 2022 18:50:54 +0000 (18:50 +0000)
commite21c1f789664c11a0f704c87a775e03d705ef9b4
tree9e1259803770ffbc6c2744ffd5ad45a1e45e6c0f
parenta10da772a68d692c2c8805b11aba9b6cb9920b15
cmd/compile: rip out support for OVARKILL from compiler frontend

Change-Id: I2c5b1064084bade68aaa065cf74dca6886fb752f
Reviewed-on: https://go-review.googlesource.com/c/go/+/419236
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/ir/expr.go
src/cmd/compile/internal/ir/node.go
src/cmd/compile/internal/ir/op_string.go
src/cmd/compile/internal/ssagen/ssa.go
src/cmd/compile/internal/typecheck/typecheck.go
src/cmd/compile/internal/walk/order.go
src/cmd/compile/internal/walk/stmt.go
src/cmd/compile/internal/walk/switch.go