]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: eliminate Gins and Naddr
authorJosh Bleecher Snyder <josharian@gmail.com>
Wed, 22 Mar 2017 18:31:56 +0000 (11:31 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Wed, 22 Mar 2017 19:05:52 +0000 (19:05 +0000)
commit352e19c92c780e0c5592f1ddaa0b81b1ea1a66af
tree08ffd45de63ed84ab8b38216110da4a600acf9c0
parentc644a76e1f215d4ae2b210e7c9134b2291077ad3
cmd/compile: eliminate Gins and Naddr

Preparation for eliminating Prog-related globals.

Passes toolstash-check -all.

Updates #15756

Change-Id: Ia199fcb282cc3a84903a6e92a3ce342c5faba79c
Reviewed-on: https://go-review.googlesource.com/38409
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/fmt_test.go
src/cmd/compile/internal/gc/gsubr.go
src/cmd/compile/internal/gc/pgen.go