]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/ppc64: clean up table initalisation
authorDave Cheney <dave@cheney.net>
Sun, 6 Mar 2016 07:40:43 +0000 (18:40 +1100)
committerDave Cheney <dave@cheney.net>
Mon, 7 Mar 2016 20:46:53 +0000 (20:46 +0000)
commit1ec4f227f45f669dfcc017b1eb1d147aca5ac620
tree2b40293cb7ea688438685aa132f0c5a59e5fea42
parent795e712b72802ad49b7c077964046f79c4f6586e
cmd/compile/internal/ppc64: clean up table initalisation

Move initproginfo and initvariants to ppc64.Main to avoid checking that
the tables are initialised every time.

Change-Id: I95ff4146a7abc18c42a20bfad716cc80ea8367e5
Reviewed-on: https://go-review.googlesource.com/20286
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/ppc64/galign.go
src/cmd/compile/internal/ppc64/prog.go