]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove AttrSeenGlobl (use AttrOnList instead)
authorThan McIntosh <thanm@google.com>
Tue, 23 Jun 2020 12:46:36 +0000 (08:46 -0400)
committerThan McIntosh <thanm@google.com>
Thu, 13 Aug 2020 12:08:56 +0000 (12:08 +0000)
commitc2e73fb446bffd02c651e51c6641cc90fd065b70
tree8cc9c0a0952ff1d1789bb4840ef8cd2d425d7cf6
parent933ca0cfdc5b16a28661707b95485ce6d739bb97
cmd/compile: remove AttrSeenGlobl (use AttrOnList instead)

Minor cleanup: remove the symbol attribute AttrSeenGlobal, since it is
redundant with the existing attribute AttrOnList (no need to have what
amounts to a separate flag for checking the same property).

Change-Id: Ia269b64de37c2bb4a2314bbecf3d2091c6d57424
Reviewed-on: https://go-review.googlesource.com/c/go/+/239477
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/gc/obj.go
src/cmd/internal/obj/link.go
src/cmd/internal/obj/plist.go