]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile/internal/types: remove misleading comment
authorMatthew Dempsky <mdempsky@google.com>
Wed, 1 Feb 2023 20:16:57 +0000 (12:16 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Wed, 1 Feb 2023 22:45:14 +0000 (22:45 +0000)
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>

src/cmd/compile/internal/types/alg.go

index c1f93fc1c3b5d9cf59694db0691793abe8b1019c..8d56dec824074a9440a9e814f3836cdf1494457c 100644 (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