]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/compile: remove OVARDEF and OVARLIVE
authorKeith Randall <khr@golang.org>
Sun, 24 Jul 2022 19:50:07 +0000 (12:50 -0700)
committerKeith Randall <khr@golang.org>
Mon, 22 Aug 2022 18:51:32 +0000 (18:51 +0000)
commita726c9f6620a3fa34d1549706c1151754d385182
treebd435a27d1f6b1bc950fb9ec03527096de0c7492
parente21c1f789664c11a0f704c87a775e03d705ef9b4
cmd/compile: remove OVARDEF and OVARLIVE

Neither are currently used. These concepts only need to exist
in the ssa backend (as ssa.OpVarDef and ssa.OpVarLive).

Change-Id: I8d6bd14aa7967b2156e5e9a103b95146e5552f36
Reviewed-on: https://go-review.googlesource.com/c/go/+/419319
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Keith Randall <khr@google.com>
Run-TryBot: Keith Randall <khr@golang.org>
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