mirror of
https://github.com/golang/go
synced 2024-11-18 03:44:46 -07:00
cmd/compile/internal/base: add comma in comment for consistency
This commit is contained in:
parent
2eca0b1e16
commit
93fabec69c
@ -245,7 +245,7 @@ func Compiling(pkgs []string) bool {
|
|||||||
// is done during SSA construction rather than a separate SSA pass,
|
// is done during SSA construction rather than a separate SSA pass,
|
||||||
// see issue #19054.
|
// see issue #19054.
|
||||||
//
|
//
|
||||||
// Third we remove calls to racefuncenter and racefuncexit, for leaf
|
// Third, we remove calls to racefuncenter and racefuncexit, for leaf
|
||||||
// functions without instrumented operations. This is done as part of
|
// functions without instrumented operations. This is done as part of
|
||||||
// ssa opt pass via special rule.
|
// ssa opt pass via special rule.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user