mirror of
https://github.com/golang/go
synced 2024-11-25 17:17:56 -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++;
|
nr++;
|
||||||
// if too big dont bother
|
// if too big dont bother
|
||||||
if(nr >= 10000) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user