]> Cypherpunks repositories - gostls13.git/commit
gc: remove now redundant typecheck of ->ninit on switches.
authorLuuk van Dijk <lvd@golang.org>
Mon, 9 Jan 2012 20:42:24 +0000 (21:42 +0100)
committerLuuk van Dijk <lvd@golang.org>
Mon, 9 Jan 2012 20:42:24 +0000 (21:42 +0100)
commit41806ec26db3316c7ed4857bb3420cb34e61b28c
treecf83b9aa21c4c99fac0fc5bcc5ed61178687d383
parent900b8becb3afbeffb5c8595b7b83e447ccf7c03f
gc: remove now redundant typecheck of ->ninit on switches.

Fixes #2576.

R=rsc
CC=golang-dev
https://golang.org/cl/5498105
src/cmd/gc/swt.c
test/fixedbugs/bug391.go [new file with mode: 0644]