]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: use Node.Right for OAS2* nodes (cleanup)
authorMohit Verma <vmohit.93@gmail.com>
Fri, 27 Sep 2019 22:59:03 +0000 (15:59 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Sat, 28 Sep 2019 05:04:49 +0000 (05:04 +0000)
commitc729116332ffb66a21dd587e3ee003cb8d0b16fe
tree60e7de0c6f0ef75161cef9c2057e71c45d921ae7
parent9748e64fe552f484285ea6399329e6c8e696db63
cmd/compile: use Node.Right for OAS2* nodes (cleanup)

This CL changes cmd/compile to use Node.Right instead of
Node.Rlist for OAS2FUNC/OAS2RECV/OAS2MAPR/OAS2DOTTYPE nodes.
Fixes #32293

Change-Id: I4c9d9100be2d98d15e016797f934f64d385f5faa
Reviewed-on: https://go-review.googlesource.com/c/go/+/197817
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
12 files changed:
src/cmd/compile/internal/gc/escape.go
src/cmd/compile/internal/gc/fmt.go
src/cmd/compile/internal/gc/iexport.go
src/cmd/compile/internal/gc/initorder.go
src/cmd/compile/internal/gc/inl.go
src/cmd/compile/internal/gc/order.go
src/cmd/compile/internal/gc/range.go
src/cmd/compile/internal/gc/select.go
src/cmd/compile/internal/gc/ssa.go
src/cmd/compile/internal/gc/syntax.go
src/cmd/compile/internal/gc/typecheck.go
src/cmd/compile/internal/gc/walk.go