]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: construct typename in walk instead of SSA conversion
authorJosh Bleecher Snyder <josharian@gmail.com>
Mon, 27 Mar 2017 21:48:24 +0000 (14:48 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 27 Mar 2017 23:10:39 +0000 (23:10 +0000)
commita0d6d3855f103db492afb43b243d2ed52959f575
tree021821271d09fcac6235296adeecfe37c4cc73c1
parent579297e1e14423a7d48733f5c1b475873bd3bfef
cmd/compile: construct typename in walk instead of SSA conversion

This eliminates references to lineno and
other globals from ssa conversion.

Passes toolstash-check.

Updates #15756

Change-Id: I9792074fab0036b42f454b79139d0b27db913fb5
Reviewed-on: https://go-review.googlesource.com/38721
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/ssa.go
src/cmd/compile/internal/gc/subr.go
src/cmd/compile/internal/gc/swt.go
src/cmd/compile/internal/gc/syntax.go
src/cmd/compile/internal/gc/walk.go