]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove NodeList type
authorIan Lance Taylor <iant@golang.org>
Thu, 10 Mar 2016 18:00:29 +0000 (10:00 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 10 Mar 2016 18:22:07 +0000 (18:22 +0000)
commit72655afb4ed84ce7809b3ee6202fd4edcdb25593
treee5ad9e40235e4de15864e0c42325d95178436aaf
parent1d809c5c1476338af180014e2152b3f5b0fac327
cmd/compile: remove NodeList type

That was easy.

Fixes #14473.

Change-Id: I9d1d20a5c5a9b1423e6c72c0460ee4a78130864f
Reviewed-on: https://go-review.googlesource.com/20521
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/fmt.go
src/cmd/compile/internal/gc/pgen_test.go
src/cmd/compile/internal/gc/reflect.go
src/cmd/compile/internal/gc/syntax.go
src/cmd/compile/internal/gc/typecheck.go