]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: make -W and -w headers and footers clearer
authorJosh Bleecher Snyder <josharian@gmail.com>
Thu, 24 May 2018 20:31:40 +0000 (13:31 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Fri, 25 May 2018 13:09:29 +0000 (13:09 +0000)
commitbdaadeb3878eebf672e240f4d2a37318594bc45e
treeb176d74c269a19522a059afd7e64f0410b32fb59
parent124eccd5f732f532103b1d332a140419966d60c2
cmd/compile: make -W and -w headers and footers clearer

-W and -w turn on printing of Nodes for both order and walk.
I have found their output mildly incomprehensible for years.
Improve it, at long last.

Change-Id: Ia05d77e59aa741c2dfc9fcca07f45019420b655e
Reviewed-on: https://go-review.googlesource.com/114520
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/compile/internal/gc/walk.go