]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/ir: remove OSIZEOF, etc
authorMatthew Dempsky <mdempsky@google.com>
Fri, 8 Sep 2023 23:25:02 +0000 (16:25 -0700)
committerGopher Robot <gobot@golang.org>
Mon, 11 Sep 2023 20:48:10 +0000 (20:48 +0000)
commit06138963a2a16e0ac982ac85877092920a21e60f
treee344f4530362292fc51109db6a8acef7b8df7b18
parent2e457b3868d361eed146ab1a3272f16a7312d9c2
cmd/compile/internal/ir: remove OSIZEOF, etc

These are no longer needed after the previous CL, which moved handling
of unsafe.Sizeof, etc. directly into the unified frontend.

Change-Id: Ieb35ffca0bc25319e58132fb5d035c5b441acea7
Reviewed-on: https://go-review.googlesource.com/c/go/+/527098
Auto-Submit: Matthew Dempsky <mdempsky@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Keith Randall <khr@google.com>
src/cmd/compile/internal/escape/utils.go
src/cmd/compile/internal/ir/expr.go
src/cmd/compile/internal/ir/fmt.go
src/cmd/compile/internal/ir/node.go
src/cmd/compile/internal/ir/op_string.go
src/cmd/compile/internal/typecheck/const.go
src/cmd/compile/internal/typecheck/func.go
src/cmd/compile/internal/typecheck/typecheck.go
src/cmd/compile/internal/typecheck/universe.go