]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: repair display of values & blocks in prog column
authorDavid Chase <drchase@google.com>
Wed, 10 Oct 2018 20:08:24 +0000 (16:08 -0400)
committerDavid Chase <drchase@google.com>
Thu, 11 Oct 2018 15:29:00 +0000 (15:29 +0000)
commit69c5830c2b74b9bf0701352f2e5773227cb6f304
tree27c15bd3ba8a9b3c46c6dd3a99a23ca79a502380
parentbac6a2925c50964e9387da5d37f2f23d4e5e7ac4
cmd/compile: repair display of values & blocks in prog column

This restores the printing of vXX and bYY in the left-hand
edge of the last column of ssa.html, where the generated
progs appear.

Change-Id: I81ab9b2fa5ae28e6e5de1b77665cfbed8d14e000
Reviewed-on: https://go-review.googlesource.com/c/141277
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Yury Smolsky <yury@smolsky.by>
src/cmd/compile/internal/gc/ssa.go
src/cmd/compile/internal/ssa/debug.go
src/cmd/compile/internal/ssa/func.go