1
0
mirror of https://github.com/golang/go synced 2024-11-12 09:20:22 -07:00

cmd/gc: fix build

The AKILL stuff is not ready yet and
was not meant to be in the last CL.

R=iant
CC=golang-codereviews
https://golang.org/cl/55170043
This commit is contained in:
Russ Cox 2014-01-21 13:46:14 -05:00
parent eb592d8289
commit 0dd26f276d

View File

@ -720,9 +720,9 @@ Next:
if(pos == -1)
goto Next1;
if(to->node->addrtaken) {
if(prog->as == AKILL)
bvset(varkill, pos);
else
//if(prog->as == AKILL)
// bvset(varkill, pos);
//else
bvset(avarinit, pos);
} else {
if(info.flags & (RightRead | RightAddr))