]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: clean up debug info generation logging
authorHeschi Kreinick <heschi@google.com>
Tue, 22 May 2018 22:00:39 +0000 (18:00 -0400)
committerHeschi Kreinick <heschi@google.com>
Wed, 23 May 2018 23:51:25 +0000 (23:51 +0000)
commit391a963bbafd6f67bb95ece5d131d782ffd7a680
tree1d2e3fedbd11c9e3db37c19dfad49224225ffe5c
parent1a5d0f83c99dbc88c276310313576627295c7f03
cmd/compile: clean up debug info generation logging

Remove the unexpected function, which is a lot less relevant now that
the generation basically can't detect invalid states, and make sure no
logging appears without -d locationlists=2.

Updates #25404

Change-Id: If3522df5a7397f2e7b43cb808936e319132132b6
Reviewed-on: https://go-review.googlesource.com/114007
Run-TryBot: Heschi Kreinick <heschi@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/ssa/debug.go