Commit d0aca575 authored by LE Manh Cuong's avatar LE Manh Cuong Committed by Brad Fitzpatrick

cmd/compile: fix doc typo in ssa.go

Change-Id: Ie299a5eca6f6a7c5a37c00ff0de7ce322450375b
Reviewed-on: https://go-review.googlesource.com/c/go/+/178123Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 9b2bd2f7
......@@ -5123,7 +5123,7 @@ func (s *SSAGenState) Br(op obj.As, target *ssa.Block) *obj.Prog {
return p
}
// DebugFriendlySetPos adjusts Pos.IsStmt subject to heuristics
// DebugFriendlySetPosFrom adjusts Pos.IsStmt subject to heuristics
// that reduce "jumpy" line number churn when debugging.
// Spill/fill/copy instructions from the register allocator,
// phi functions, and instructions with a no-pos position
......
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