aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/binary
diff options
context:
space:
mode:
authorMatthew Dempsky <mdempsky@google.com>2016-03-17 01:47:16 -0700
committerMatthew Dempsky <mdempsky@google.com>2016-03-17 19:38:30 +0000
commitc837761b522e8d60031dcd282739d6dc89eea414 (patch)
tree85da4095d83286b3ee0fbd52285a2cb6b30982b8 /src/encoding/binary
parentd44761387516ceaac00f00bc19417495d23cf7e3 (diff)
downloadgo-c837761b522e8d60031dcd282739d6dc89eea414.tar.xz
cmd/compile: get rid of Type's {This,In,Out}tuple fields
Boolean expressions involving t.Thistuple were converted to use t.Recv(), because it's a bit clearer and will hopefully reveal cases where we could remove redundant calls to t.Recv() (in followup CLs). The other cases were all converted to use t.Recvs().NumFields(), t.Params().NumFields(), or t.Results().NumFields(). Change-Id: I4df91762e7dc4b2ddae35995f8dd604a52c09b09 Reviewed-on: https://go-review.googlesource.com/20796 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Diffstat (limited to 'src/encoding/binary')
0 files changed, 0 insertions, 0 deletions