]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: convert subr, swt, typecheck to nodeSeq
authorIan Lance Taylor <iant@golang.org>
Sat, 5 Mar 2016 01:28:07 +0000 (17:28 -0800)
committerIan Lance Taylor <iant@golang.org>
Sat, 5 Mar 2016 02:26:11 +0000 (02:26 +0000)
commit65c4b55aba2ccbc26fcd143c29f6014b91616897
tree895d4c5805b0e0a6f4dac9c66dbe9306e2884674
parent3da1a26fba32fe65f43ac5226d079224255ada68
cmd/compile: convert subr, swt, typecheck to nodeSeq

Passes toolstash -cmp.

Update #14473.

Change-Id: I836197810405cde72cbb49fef7e163a517601f9c
Reviewed-on: https://go-review.googlesource.com/20242
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/compile/internal/gc/dcl.go
src/cmd/compile/internal/gc/subr.go
src/cmd/compile/internal/gc/swt.go
src/cmd/compile/internal/gc/syntax.go
src/cmd/compile/internal/gc/typecheck.go