]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: eliminate Name.Inlvar
authorJosh Bleecher Snyder <josharian@gmail.com>
Thu, 27 Oct 2016 05:58:50 +0000 (22:58 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Thu, 27 Oct 2016 21:23:01 +0000 (21:23 +0000)
commitdc5f9311be7d75a283d124aa52e04ac5b2005e46
treee50cd615c261572fbff4054d517aef7665026483
parentac74225dcc64d40839f3842d306442d33a5c6253
cmd/compile: eliminate Name.Inlvar

Use a local map during inlining instead.

Change-Id: I10cd19885e7124f812bb04a79dbda52bfebfe1a1
Reviewed-on: https://go-review.googlesource.com/32225
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/internal/gc/inl.go
src/cmd/compile/internal/gc/sizeof_test.go
src/cmd/compile/internal/gc/syntax.go