diff options
| author | shuang cui <imcusg@gmail.com> | 2023-08-29 00:43:43 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2023-08-29 06:42:53 +0000 |
| commit | f7f1c4f86d72bac49cfd30fc94ec62756d951245 (patch) | |
| tree | 39f4ec634bb449f00288a977413fc9a8ebfe0d63 /src | |
| parent | 3db23523b81a25264a7f3170fd60c09374db7717 (diff) | |
| download | go-f7f1c4f86d72bac49cfd30fc94ec62756d951245.tar.xz | |
Revert "cmd/compile/internal/liveness: remove repetitive word"
This reverts commit 50bd17205fd9540615c03461a0047e59d29e6efd.
Reason for revert: The first being the English word, the second being the name of the 3rd parameter.
Change-Id: Iabca436b93ecc5481874e1eac0a1768292447431
Reviewed-on: https://go-review.googlesource.com/c/go/+/523835
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: shuang cui <imcusg@gmail.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/cmd/compile/internal/liveness/plive.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/compile/internal/liveness/plive.go b/src/cmd/compile/internal/liveness/plive.go index e5e84a55a8..85e988aeda 100644 --- a/src/cmd/compile/internal/liveness/plive.go +++ b/src/cmd/compile/internal/liveness/plive.go @@ -1080,7 +1080,7 @@ func clobberWalk(b *ssa.Block, v *ir.Name, offset int64, t *types.Type) { } } -// clobberPtr generates a clobber of the pointer at offset in v. +// clobberPtr generates a clobber of the pointer at offset offset in v. // The clobber instruction is added at the end of b. func clobberPtr(b *ssa.Block, v *ir.Name, offset int64) { b.NewValue0IA(src.NoXPos, ssa.OpClobber, types.TypeVoid, offset, v) |
