1
0
mirror of https://github.com/golang/go synced 2024-11-22 10:04:42 -07:00

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>
This commit is contained in:
Matthew Dempsky 2023-02-01 12:16:57 -08:00
parent 6d4de4e386
commit 40a0986959

View File

@ -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