]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: rename sizeof_Array and array_* to slice_*
authorDQNEO <dqneoo@gmail.com>
Sat, 8 Jun 2019 12:40:20 +0000 (21:40 +0900)
committerEmmanuel Odeke <emm.odeke@gmail.com>
Mon, 11 Nov 2019 12:40:04 +0000 (12:40 +0000)
commitf07059d949057f414dd0f8303f93ca727d716c62
treebc180882c6c951108778f98d6e09ba1029d3d20a
parent47bc24091af46408814d4e4b3a596fa720c7fd80
cmd/compile: rename sizeof_Array and array_* to slice_*

Renames variables sizeof_Array and other array_* variables
that were actually intended for slices and not arrays.

Change-Id: I391b95880cc77cabb8472efe694b7dd19545f31a
Reviewed-on: https://go-review.googlesource.com/c/go/+/180919
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
Run-TryBot: Emmanuel Odeke <emm.odeke@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/align.go
src/cmd/compile/internal/gc/go.go
src/cmd/compile/internal/gc/sinit.go
src/cmd/compile/internal/gc/ssa.go
src/cmd/compile/internal/gc/universe.go