Skip to content

Commit f7f1c4f

Browse files
cuishuanggopherbot
authored andcommitted
Revert "cmd/compile/internal/liveness: remove repetitive word"
This reverts commit 50bd172. 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 <[email protected]> Reviewed-by: Matthew Dempsky <[email protected]> Reviewed-by: Keith Randall <[email protected]> Reviewed-by: Keith Randall <[email protected]> Auto-Submit: Matthew Dempsky <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: shuang cui <[email protected]>
1 parent 3db2352 commit f7f1c4f

File tree

1 file changed

+1
-1
lines changed
  • src/cmd/compile/internal/liveness

1 file changed

+1
-1
lines changed

src/cmd/compile/internal/liveness/plive.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ func clobberWalk(b *ssa.Block, v *ir.Name, offset int64, t *types.Type) {
10801080
}
10811081
}
10821082

1083-
// clobberPtr generates a clobber of the pointer at offset in v.
1083+
// clobberPtr generates a clobber of the pointer at offset offset in v.
10841084
// The clobber instruction is added at the end of b.
10851085
func clobberPtr(b *ssa.Block, v *ir.Name, offset int64) {
10861086
b.NewValue0IA(src.NoXPos, ssa.OpClobber, types.TypeVoid, offset, v)

0 commit comments

Comments
 (0)