]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: print block auxint value in HTML output
authorMichael Munday <mike.munday@ibm.com>
Sat, 4 Apr 2020 21:51:15 +0000 (22:51 +0100)
committerMichael Munday <mike.munday@ibm.com>
Mon, 6 Apr 2020 14:42:24 +0000 (14:42 +0000)
commita4451e11437c2375c7451d90aac5419903629b16
tree3da52f98b857fed3ead1bb9cfc8e5f706bf4a3fa
parent815509ae31fc7eaf753def9deb9cafee968f92b3
cmd/compile: print block auxint value in HTML output

The auxint value was being printed in LongString() but not LongHTML().

Fixes #38250.

Change-Id: I28e819feef8710f912bee424d1b900eb07f3abb8
Reviewed-on: https://go-review.googlesource.com/c/go/+/227160
Run-TryBot: Michael Munday <mike.munday@ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/compile/internal/ssa/block.go
src/cmd/compile/internal/ssa/html.go