]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.regabi] cmd/compile: add newline to ir.Dump
authorKeith Randall <khr@golang.org>
Tue, 29 Dec 2020 18:08:30 +0000 (10:08 -0800)
committerKeith Randall <khr@golang.org>
Wed, 30 Dec 2020 16:37:09 +0000 (16:37 +0000)
commitf0d99def5b8919292a76b19dfdaf601e25dc6157
tree3f26ae12a2643652664b638b6685aa4196423419
parent451693af71a9d64f7f71a311d7076c8545672f88
[dev.regabi] cmd/compile: add newline to ir.Dump

If you do two ir.Dumps in a row, there's no newline between them.

Change-Id: I1a80dd22da68cb677eb9abd7a50571ea33584010
Reviewed-on: https://go-review.googlesource.com/c/go/+/280672
Trust: Keith Randall <khr@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/ir/fmt.go