]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove Label type
authorJosh Bleecher Snyder <josharian@gmail.com>
Thu, 27 Oct 2016 00:14:35 +0000 (17:14 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Thu, 27 Oct 2016 01:44:23 +0000 (01:44 +0000)
commita7c84668c83c246c142fb4a25a2a6fd52ba0d540
tree532e5a5812381717ad35a5edc5f4336bb5adee72
parentd6dbf3a0d38773b37bd8fa8d64a3f192102e388b
cmd/compile: remove Label type

With the removal of the old backend,
a Label is just a Node.

Passes toolstash -cmp.

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