From: zdjones Date: Sun, 31 Mar 2019 21:33:52 +0000 (+0100) Subject: cmd/compile: update stale comment in prove X-Git-Tag: go1.13beta1~838 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c178389604;p=gostls13.git cmd/compile: update stale comment in prove This is a follow-up CL to https://golang.org/cl/170118, updating a comment made incorrect by that CL. Change-Id: I5a29cfae331fbbbb36c96d96f9e4949393a5942d Reviewed-on: https://go-review.googlesource.com/c/go/+/170123 Reviewed-by: Josh Bleecher Snyder Run-TryBot: Daniel Martí TryBot-Result: Gobot Gobot --- diff --git a/src/cmd/compile/internal/ssa/prove.go b/src/cmd/compile/internal/ssa/prove.go index 973e3cd4f2..a73cd613f2 100644 --- a/src/cmd/compile/internal/ssa/prove.go +++ b/src/cmd/compile/internal/ssa/prove.go @@ -175,8 +175,7 @@ type factsTable struct { lens map[ID]*Value caps map[ID]*Value - // zero is a reference to the zero-valued constant assigned or created - // during the len/cap sweep that begins prove. + // zero is a zero-valued constant zero *Value }