]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/gc: fix build
authorRuss Cox <rsc@golang.org>
Tue, 21 Jan 2014 18:46:14 +0000 (13:46 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 21 Jan 2014 18:46:14 +0000 (13:46 -0500)
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

src/cmd/gc/plive.c

index 96437488ad8edb9bc63184d9cbf58c61efe6a4c8..fb0d7687abc49a6d1b4b76fa61da6d942e0fbcab 100644 (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))