]> Cypherpunks repositories - gostls13.git/commit
[dev.typeparams] cmd/compile: don't print out node pointer in ir.Dump
authorzikaeroh <zikaeroh@gmail.com>
Tue, 3 Aug 2021 20:41:49 +0000 (13:41 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Thu, 12 Aug 2021 01:33:11 +0000 (01:33 +0000)
commit677dfe5ad677d7072ffd69963c407a8945e94ec5
tree2d2a269ec5a92d2d988696bb36ec693bf3fa4243
parent8ab59d812a222773c0a848aaa532630423eecc98
[dev.typeparams] cmd/compile: don't print out node pointer in ir.Dump

This has been a part of the node dumping since the very beginning, but
this makes diffing -W output pretty annoying. -d=dumpptrs already prints
these out if needed.

Change-Id: I9524a7f7b44ec780ae42a8a2a9588f11ab3950f9
Reviewed-on: https://go-review.googlesource.com/c/go/+/340253
Reviewed-by: Dan Scales <danscales@google.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Trust: Dan Scales <danscales@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
src/cmd/compile/internal/ir/fmt.go