]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: skip convT2E for empty structs
authorJosh Bleecher Snyder <josharian@gmail.com>
Sun, 22 Jan 2017 18:17:12 +0000 (10:17 -0800)
committerJosh Bleecher Snyder <josharian@gmail.com>
Thu, 2 Feb 2017 21:06:28 +0000 (21:06 +0000)
commit8958d8ce37fdae15693787019869ab21e7b8347a
treeeb105a6d811081f79a2304787a3134bc963d90de
parent3d5eb4a6bef97c16308442a0e7b87fcdf5fd0f02
cmd/compile: skip convT2E for empty structs

Fixes #18402

Change-Id: I5af800857fb2e365ce4224eece9171277106ec7d
Reviewed-on: https://go-review.googlesource.com/35562
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/gc/go.go
src/cmd/compile/internal/gc/walk.go