aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Dempsky <mdempsky@google.com>2023-02-01 12:16:57 -0800
committerMatthew Dempsky <mdempsky@google.com>2023-02-01 22:45:14 +0000
commit40a0986959167e7b82ae16a35a5dd2a347609eff (patch)
treef306fdd1feff9d307a47c9a65da17bc34b1ed9a4
parent6d4de4e386cd9e4ec32937ab2d4f79317db461cd (diff)
downloadgo-40a0986959167e7b82ae16a35a5dd2a347609eff.tar.xz
cmd/compile/internal/types: remove misleading comment
The runtime's knowledge of these constants was removed in CL 261364. Change-Id: I65e5a5ab084c6301eee1c9791bc76df9b824e466 Reviewed-on: https://go-review.googlesource.com/c/go/+/463754 Run-TryBot: Matthew Dempsky <mdempsky@google.com> Reviewed-by: Keith Randall <khr@google.com> Reviewed-by: Keith Randall <khr@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
-rw-r--r--src/cmd/compile/internal/types/alg.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/compile/internal/types/alg.go b/src/cmd/compile/internal/types/alg.go
index c1f93fc1c3..8d56dec824 100644
--- a/src/cmd/compile/internal/types/alg.go
+++ b/src/cmd/compile/internal/types/alg.go
@@ -13,7 +13,6 @@ type AlgKind int
//go:generate stringer -type AlgKind -trimprefix A alg.go
const (
- // These values are known by runtime.
ANOEQ AlgKind = iota
AMEM0
AMEM8