]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.regabi] cmd/compile: clean up and document formatting
authorRuss Cox <rsc@golang.org>
Sun, 6 Dec 2020 19:15:09 +0000 (14:15 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 7 Dec 2020 20:41:17 +0000 (20:41 +0000)
commit6ea2b8c54cbc2d3a03d5dd174bc7526d33459d37
tree5ddb80debad8af5b4f6a27c35acbba689b1fe7b6
parentbb4a37bd9316a04c45845634a721ef44d8b5b787
[dev.regabi] cmd/compile: clean up and document formatting

Some cleanup left over from moving the Type and Sym formatting to types.
And then document what the type formats are, now that it's clear.

Passes buildall w/ toolstash -cmp.

Change-Id: I35cb8978f1627db1056cb8ab343ce6ba6c99afad
Reviewed-on: https://go-review.googlesource.com/c/go/+/275780
Trust: Russ Cox <rsc@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/main.go
src/cmd/compile/internal/ir/fmt.go
src/cmd/compile/internal/ssa/export_test.go
src/cmd/compile/internal/types/fmt.go
src/cmd/compile/internal/types/utils.go