Commit c1783896 authored by zdjones's avatar zdjones Committed by Daniel Martí

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/+/170123Reviewed-by: default avatarJosh Bleecher Snyder <josharian@gmail.com>
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
parent 7b62e984
...@@ -175,8 +175,7 @@ type factsTable struct { ...@@ -175,8 +175,7 @@ type factsTable struct {
lens map[ID]*Value lens map[ID]*Value
caps map[ID]*Value caps map[ID]*Value
// zero is a reference to the zero-valued constant assigned or created // zero is a zero-valued constant
// during the len/cap sweep that begins prove.
zero *Value zero *Value
} }
......
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