]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add typMap
authorJosh Bleecher Snyder <josharian@gmail.com>
Wed, 30 Mar 2016 17:52:13 +0000 (10:52 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Wed, 30 Mar 2016 21:05:29 +0000 (21:05 +0000)
commit76e72691a0c91623f7764a1d34ec1d65b767bce3
treef376638c0182ef4f981969f20534270248464964
parentdc5a7682f0ec9cc344fcdb61d67b9d37c6ad3cc6
cmd/compile: add typMap

Also, add two uses of Key and Val that I missed earlier.
As before, direct writes to Down and Type remain in bimport.

Change-Id: I487aa975926b30092db1ad74ace17994697117c1
Reviewed-on: https://go-review.googlesource.com/21330
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/export.go
src/cmd/compile/internal/gc/subr.go
src/cmd/compile/internal/gc/type.go