]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix misalignment in sources column of generated ssa.html
authorBradford Lamson-Scribner <brad.lamson@gmail.com>
Fri, 24 Apr 2020 00:46:43 +0000 (18:46 -0600)
committerJosh Bleecher Snyder <josharian@gmail.com>
Fri, 24 Apr 2020 02:13:27 +0000 (02:13 +0000)
commitd0ea533c54092e034ab474691df56f8da05ed0d5
tree15d387a764846f31eab5546d4d4c81679f28ef3d
parentf5fcc9b8e08aa94c1f8ad2b91f447e32940a5435
cmd/compile: fix misalignment in sources column of generated ssa.html

Fix regression where line numbers in the sources column of generated
ssa.html output became misaligned with the source code. This was due
to some new margins applied to certain h2 elements during the work
to combine identical columns.

Fixes #38612

Change-Id: I067ccbfa30d5de5be29aab9863bc1e21f6ded128
Reviewed-on: https://go-review.googlesource.com/c/go/+/229766
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/ssa/html.go