<!-- Please answer these questions before submitting your issue. Thanks! For questions please use one of our forums: https://github.com/golang/go/wiki/Questions --> ### What version of Go are you using (`go version`)? <pre> $ go version master </pre> ### What did you do? cmd/compile/internal/ssa/html.go:122  Use GOSSAFUNC to generate ssa.html. This is the original state.  Is this hoping to be optimized like this?  Or other styles? <!-- If possible, provide a recipe for reproducing the error. A complete runnable program is good. A link on play.golang.org is best. -->
What version of Go are you using (
go version)?What did you do?
cmd/compile/internal/ssa/html.go:122
Use GOSSAFUNC to generate ssa.html.

This is the original state.
Is this hoping to be optimized like this?

Or other styles?