]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.regabi] cmd/compile: remove original addrtaken bit
authorKeith Randall <khr@golang.org>
Sat, 28 Nov 2020 20:37:55 +0000 (12:37 -0800)
committerKeith Randall <khr@golang.org>
Tue, 29 Dec 2020 18:04:37 +0000 (18:04 +0000)
commit0620c674ddca234e0a69b5a35c5fb06a881dd73b
treee945f8b7fe62997665b68676bfd1ffc4eb655575
parent0523d525ae0dea229cffc5634caddd0acbc066af
[dev.regabi] cmd/compile: remove original addrtaken bit

Switch the source of truth to the new addrtaken bit. Remove the old one.

Change-Id: Ie53679ab14cfcd34b55e912e7ecb962a22db7db3
Reviewed-on: https://go-review.googlesource.com/c/go/+/275696
Trust: Keith Randall <khr@golang.org>
Trust: Dan Scales <danscales@google.com>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dan Scales <danscales@google.com>
src/cmd/compile/internal/inline/inl.go
src/cmd/compile/internal/ir/name.go
src/cmd/compile/internal/typecheck/expr.go
src/cmd/compile/internal/typecheck/func.go
src/cmd/compile/internal/walk/order.go