Commit 07132933 authored by Russ Cox's avatar Russ Cox

cmd/5g, cmd/6g, cmd/8g: fix comment

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
parent 4b536a55
......@@ -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)
{
......
......@@ -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)
{
......
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment