]> Cypherpunks repositories - gostls13.git/commitdiff
removed debug print
authorKen Thompson <ken@golang.org>
Sun, 30 Aug 2009 18:36:42 +0000 (11:36 -0700)
committerKen Thompson <ken@golang.org>
Sun, 30 Aug 2009 18:36:42 +0000 (11:36 -0700)
R=r
OCL=34087
CL=34087

src/cmd/6g/reg.c

index b79cd61d863673e168aad54900a24dc864c878dc..77b85d262b2d0ee3cf084b2dc1a3dfc2792645ca 100644 (file)
@@ -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;
        }