]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/reflectdata: remove special case for init
authorMatthew Dempsky <mdempsky@google.com>
Fri, 18 Aug 2023 05:16:07 +0000 (22:16 -0700)
committerGopher Robot <gobot@golang.org>
Fri, 18 Aug 2023 22:38:01 +0000 (22:38 +0000)
commit2a0b8cfd801077359d4483801bd5ae3b3572b314
tree4f03191bca7582c320ecea0d05b85016b6f7130e
parent569def31fae0bc5f6a6868a50160da77e6e5c27a
cmd/compile/internal/reflectdata: remove special case for init

Now that package initialization ordering is handled by types2 instead
of pkginit, we can get rid of this special case.

Change-Id: I4b94df02813b662498ae7d2e829119e3bb932d6e
Reviewed-on: https://go-review.googlesource.com/c/go/+/520604
Auto-Submit: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
src/cmd/compile/internal/reflectdata/helpers.go