]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile: fix printing of live information
authorKeith Randall <khr@golang.org>
Wed, 28 Oct 2015 17:40:47 +0000 (10:40 -0700)
committerKeith Randall <khr@golang.org>
Wed, 28 Oct 2015 19:52:34 +0000 (19:52 +0000)
commite514021153f81c30b4a483079379c343916bcb0f
treeb8a1fa91d13e84807100096ac065a1a3ec182aad
parent18559e2da7a2698ad9e35072cbcba1a05ed73836
[dev.ssa] cmd/compile: fix printing of live information

SSA generates ACALL assembly with the target in a *Sym.
The old compiler generates both that *Sym and a *Node.
Use the *Sym to print the live info so it works with both compilers.

Change-Id: I0b12a161f83e76638604358c21b9f5abb31ce950
Reviewed-on: https://go-review.googlesource.com/16432
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/gc/plive.go