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:
parent
eb592d8289
commit
0dd26f276d
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user