mirror of
https://github.com/golang/go
synced 2024-11-25 15:08:02 -07:00
removed debug print
R=r OCL=34087 CL=34087
This commit is contained in:
parent
792eba220e
commit
be219c5e9b
@ -112,7 +112,7 @@ regopt(Prog *firstp)
|
||||
nr++;
|
||||
// if too big dont bother
|
||||
if(nr >= 10000) {
|
||||
print("********** %S is too big (%d)\n", curfn->nname->sym, nr);
|
||||
// print("********** %S is too big (%d)\n", curfn->nname->sym, nr);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user