]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: replace TypeList with []*Type
authorMatthew Dempsky <mdempsky@google.com>
Fri, 4 Mar 2016 09:30:31 +0000 (01:30 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Fri, 4 Mar 2016 14:30:35 +0000 (14:30 +0000)
commit1765863e577634e5e0502f7a783979a5fd480618
treed962a611ce0b4fa366e534bc9c5967a2caac31f4
parent060a2bacb7a8f5d75cfba16719eabb25b1b91fd7
cmd/compile: replace TypeList with []*Type

Good riddance to another one-off linked list type.

Change-Id: Idf9926a701ab4da8a022be1d61f1257020d58fc5
Reviewed-on: https://go-review.googlesource.com/20212
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Dave Cheney <dave@cheney.net>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/compile/internal/gc/align.go