]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove OREGISTER, Node.Reg
authorJosh Bleecher Snyder <josharian@gmail.com>
Mon, 24 Oct 2016 21:33:22 +0000 (14:33 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 24 Oct 2016 22:30:17 +0000 (22:30 +0000)
commit1fcad29341ba4daa8762f2ead932fd001a9d2476
tree559b4b8d4462440c2d4e3202ab894e83b80eca19
parent28269796c8ef6c59cca746b090080d99043cdeef
cmd/compile: remove OREGISTER, Node.Reg

OREGISTER is unused.

All remaining uses of Node.Reg use REGSP.

Change-Id: I51cf06826867e576baabd568e04f96d2634f5cad
Reviewed-on: https://go-review.googlesource.com/31856
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/bexport.go
src/cmd/compile/internal/gc/bimport.go
src/cmd/compile/internal/gc/fmt.go
src/cmd/compile/internal/gc/gsubr.go
src/cmd/compile/internal/gc/opnames.go
src/cmd/compile/internal/gc/racewalk.go
src/cmd/compile/internal/gc/ssa.go
src/cmd/compile/internal/gc/subr.go
src/cmd/compile/internal/gc/syntax.go
src/cmd/compile/internal/gc/walk.go