mirror of
https://github.com/golang/go
synced 2024-11-21 21:44:40 -07:00
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
This commit is contained in:
parent
4b536a550f
commit
0713293374
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user