]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: cleanup artifacts from previous CL
authorMatthew Dempsky <mdempsky@google.com>
Mon, 3 Oct 2016 23:09:13 +0000 (16:09 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Tue, 4 Oct 2016 17:07:42 +0000 (17:07 +0000)
commit9abaef93c75b8aef007624b66f99a671eb0cc5d6
tree12bd34955f18c3b9a415dd0a413a0cf9d48d14cc
parent5c7a005266f84ecea26859619630a862eccc0d48
cmd/compile: cleanup artifacts from previous CL

Does not pass toolstash, but only because it causes ATYPE instructions
to be emitted in a different order, and it avoids emitting type
metadata for unused variables.

Change-Id: I3ec8f66a40b5af9213e0d6e852b267a8dd995838
Reviewed-on: https://go-review.googlesource.com/30217
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/gc/pgen.go
src/cmd/compile/internal/gc/sizeof_test.go
src/cmd/compile/internal/gc/syntax.go