]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/5g, cmd/6g, cmd/8g: fix comment
authorRuss Cox <rsc@golang.org>
Fri, 28 Jun 2013 19:06:25 +0000 (12:06 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 28 Jun 2013 19:06:25 +0000 (12:06 -0700)
Keeping the string "compactframe" because that's what
I always search for to find this code. But point to the real place too.

TBR=iant
CC=golang-dev
https://golang.org/cl/10676047

src/cmd/5g/ggen.c
src/cmd/6g/ggen.c
src/cmd/8g/ggen.c

index d9935ca25af79dee44e84215b426fe9950737a06..70049a89cc1c7c3b13553122a2a23c4c49cf2a65 100644 (file)
@@ -39,7 +39,7 @@ markautoused(Prog* p)
        }
 }
 
-// Fixup instructions after compactframe has moved all autos around.
+// Fixup instructions after allocauto (formerly compactframe) has moved all autos around.
 void
 fixautoused(Prog* p)
 {
index e7c4c7ebfb10c1c0bd938a02e757415252d8594c..a47de23bdbaef1f0fb9df69b68a0d536d8d6336c 100644 (file)
@@ -36,7 +36,7 @@ markautoused(Prog* p)
        }
 }
 
-// Fixup instructions after compactframe has moved all autos around.
+// Fixup instructions after allocauto (formerly compactframe) has moved all autos around.
 void
 fixautoused(Prog *p)
 {
index d7d58d917fcf0c0b95288506b62655d87c6a9a90..60b22bbea2df440c6f0446facea18c641b3127da 100644 (file)
@@ -38,7 +38,7 @@ markautoused(Prog* p)
        }
 }
 
-// Fixup instructions after compactframe has moved all autos around.
+// Fixup instructions after allocauto (formerly compactframe) has moved all autos around.
 void
 fixautoused(Prog* p)
 {