]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/ppc64: map/slice literals janitoring
authorDidier Spezia <didier.06@gmail.com>
Sun, 23 Aug 2015 12:03:05 +0000 (12:03 +0000)
committerIan Lance Taylor <iant@golang.org>
Fri, 11 Sep 2015 12:59:18 +0000 (12:59 +0000)
commit90f69259ec3f2b306fce26481baaea0b3611579d
tree4e53246d391abeff11dc07921514a9029737c9b3
parent5e89acb580dcb09e41c56b638753d7a9467d8614
cmd/compile/internal/ppc64: map/slice literals janitoring

Simplify slice/map literal expressions.
Caught with gofmt -d -s, fixed with gofmt -w -s
Checked that the result can still be compiled with Go 1.4.

Change-Id: I201cd90fdfb8de2971c46ad7fce64111152b697e
Reviewed-on: https://go-review.googlesource.com/13832
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/cmd/compile/internal/ppc64/prog.go