]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: move the SSA local type definitions to a single location
authorChrisALiles <caveryliles@gmail.com>
Wed, 14 Feb 2018 03:54:59 +0000 (14:54 +1100)
committerJosh Bleecher Snyder <josharian@gmail.com>
Tue, 27 Feb 2018 19:40:36 +0000 (19:40 +0000)
commit4f5389c321b0b5623f7cbd5b9d003920ccbb94ff
tree62cb1f23688dd6adb9ce46342ee9928a8f32594d
parent0f2ef0ad449a76d03eec18219eb133cb39000486
cmd/compile: move the SSA local type definitions to a single location

Fixes #20304

Change-Id: I52ee02d1602ed7fffc96b27fd60990203c771aaf
Reviewed-on: https://go-review.googlesource.com/94256
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/cmd/compile/internal/gc/ssa.go
src/cmd/compile/internal/ssa/config.go
src/cmd/compile/internal/ssa/export_test.go