]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: rename SSA Register.Name to Register.String
authorKeith Randall <khr@golang.org>
Thu, 17 Aug 2017 19:23:34 +0000 (12:23 -0700)
committerKeith Randall <khr@golang.org>
Thu, 17 Aug 2017 21:53:08 +0000 (21:53 +0000)
commitbf4d8d3d055c47c03d8e0e05e8d07fd94f793e53
tree83192d8b9c93800088cff335a5f8378f7cb2406b
parent455775dae63eb1277227cbde9e99dc67a3fdb0ea
cmd/compile: rename SSA Register.Name to Register.String

Just to get rid of lots of .Name() stutter in printf calls.

Change-Id: I86cf00b3f7b2172387a1c6a7f189c1897fab6300
Reviewed-on: https://go-review.googlesource.com/56630
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/fmt_test.go
src/cmd/compile/internal/gc/ssa.go
src/cmd/compile/internal/ssa/debug.go
src/cmd/compile/internal/ssa/decompose.go
src/cmd/compile/internal/ssa/html.go
src/cmd/compile/internal/ssa/location.go
src/cmd/compile/internal/ssa/print.go
src/cmd/compile/internal/ssa/regalloc.go
src/cmd/compile/internal/ssa/stackalloc.go
src/cmd/compile/internal/ssa/value.go