]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: len(n.List.Slice()) -> n.List.Len()
authorJosh Bleecher Snyder <josharian@gmail.com>
Mon, 3 Apr 2017 02:12:19 +0000 (19:12 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 3 Apr 2017 02:22:17 +0000 (02:22 +0000)
commit64f00fb150fff62a144e188e00f59f044ffb7d23
treefc56ddecaa4e6dc932072ce4fbf963867928928b
parent96af8174975dcc18b6d13dad46c35bd1d7264d37
cmd/compile: len(n.List.Slice()) -> n.List.Len()

Minor cleanup.

This is the only such instance in the compiler.

Change-Id: I4e8ecde57d71867c7e1ac4d17e2154a91dd262b0
Reviewed-on: https://go-review.googlesource.com/39209
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Dave Cheney <dave@cheney.net>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/sinit.go