]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove dynamic entry handling from sinit/maplit
authorKeith Randall <khr@google.com>
Tue, 30 Apr 2019 16:47:19 +0000 (09:47 -0700)
committerKeith Randall <khr@golang.org>
Tue, 30 Apr 2019 20:26:36 +0000 (20:26 +0000)
commit85387aa364f5ebb8c1c10ee2de78ae8ded5a80dd
treeac7c3849596cfd1fa2d0d72ec2ab2086096c1268
parent70b890ce3b72fdab528ee1f93b1950173e9a0992
cmd/compile: remove dynamic entry handling from sinit/maplit

The order pass now handles all the dynamic entries.

Update #26552

Followup to CL 174417

Change-Id: Ie924cadb0e0ba36c423868f654f13040100b44c6
Reviewed-on: https://go-review.googlesource.com/c/go/+/174498
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/sinit.go