From: Russ Cox Date: Tue, 21 Jan 2014 18:46:14 +0000 (-0500) Subject: cmd/gc: fix build X-Git-Tag: go1.3beta1~916 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0dd26f276d3091eb78d2e0be1780656c85af7501;p=gostls13.git 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 --- diff --git a/src/cmd/gc/plive.c b/src/cmd/gc/plive.c index 96437488ad..fb0d7687ab 100644 --- a/src/cmd/gc/plive.c +++ b/src/cmd/gc/plive.c @@ -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))