]> Cypherpunks repositories - gostls13.git/commit
go/types: match cmd/compile's alignment for complex64
authorMatthew Dempsky <mdempsky@google.com>
Tue, 25 Oct 2016 15:39:19 +0000 (08:39 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Tue, 25 Oct 2016 16:33:01 +0000 (16:33 +0000)
commit213ee3d20ed35bf1bce8bb3e93fd7b0fca562536
tree5bac77fafa8527dffbd44b1896927b9bed334caf
parent1986a450ddd2e5ad213b9aff92cf7fe495234bbf
go/types: match cmd/compile's alignment for complex64

Fixes #17584.

Change-Id: I3af31cc1f2e9c906f3b73e77f3b092624ba78fbe
Reviewed-on: https://go-review.googlesource.com/31939
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
src/cmd/vet/testdata/asm.go
src/cmd/vet/testdata/asm1.s
src/go/types/sizes.go