]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: use a register to checknil constants.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Tue, 4 Mar 2014 07:18:17 +0000 (08:18 +0100)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Tue, 4 Mar 2014 07:18:17 +0000 (08:18 +0100)
commit52e6d7c6224612a3b60caa799bc22bd50ab16acb
tree97fa0801880b8553ef8a17fa8afd6e6703bab458
parent0a3bd045f50d7a9cfeb3ad1418588c3ab5de329f
cmd/gc: use a register to checknil constants.

Fixes #7346.

LGTM=rsc
R=rsc, iant, khr
CC=golang-codereviews
https://golang.org/cl/69050044
src/cmd/gc/pgen.c
test/fixedbugs/issue7346.go [new file with mode: 0644]