]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: change esc.go to use nodeSeq
authorIan Lance Taylor <iant@golang.org>
Fri, 4 Mar 2016 01:38:14 +0000 (17:38 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 4 Mar 2016 03:23:52 +0000 (03:23 +0000)
commit7047742f125053438b81fb3c8d33e8ad462e981e
treee202e3be450ac5c6481ef4e6a5d14b1b4e1a2ba1
parentdef1e7276a7636c1eafafdee7e32f2bcbd27d685
cmd/compile: change esc.go to use nodeSeq

Move a few local fields all the way to []*Node while I'm at it.

Update #14473.

Change-Id: Ib18360879839ac592f778cf1042f111bdf14add3
Reviewed-on: https://go-review.googlesource.com/20197
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/compile/internal/gc/esc.go