]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: change Func.Cvars to the new Nodes type
authorIan Lance Taylor <iant@golang.org>
Sat, 27 Feb 2016 01:03:58 +0000 (17:03 -0800)
committerIan Lance Taylor <iant@golang.org>
Sat, 27 Feb 2016 22:43:26 +0000 (22:43 +0000)
commit922ce58de0181c114c09e6fbd6ab28f1d477898d
treec7bdeb3ba5b0ef5382f5ba3301b0fe05ea44f06f
parent7da4ceddd020a0f1de0b9a0af56a931f70a8bb08
cmd/compile: change Func.Cvars to the new Nodes type

Update #14473.

Change-Id: Iba1ecf42d9ab5a93144941439d5cc6b0b4f4a3ac
Reviewed-on: https://go-review.googlesource.com/19992
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/gc/closure.go
src/cmd/compile/internal/gc/dcl.go
src/cmd/compile/internal/gc/esc.go
src/cmd/compile/internal/gc/order.go
src/cmd/compile/internal/gc/sinit.go
src/cmd/compile/internal/gc/syntax.go