]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: enforce that all nodes are used when generating DWARF
authorJosh Bleecher Snyder <josharian@gmail.com>
Sat, 1 Apr 2017 01:06:19 +0000 (18:06 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 3 Apr 2017 01:23:06 +0000 (01:23 +0000)
commit877574725ba251be743c47ecbe49958b6cf8b814
tree86abc6291d3d14be7c1cfa422ee283aaab4db879
parent37515135626ba0bb81c3f2befc3393f862290826
cmd/compile: enforce that all nodes are used when generating DWARF

No particular need for this,
but it's nice to enforce invariants
when they are available.

Change-Id: Ia6fa88dc4116f65dac2879509746e123e2c1862a
Reviewed-on: https://go-review.googlesource.com/39201
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/pgen.go