From: Jes Cok Date: Sat, 26 Aug 2023 11:56:38 +0000 (+0000) Subject: cmd/compile/internal/ir: remove redundant not in doc X-Git-Tag: go1.22rc1~1075 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7e7dd4dcd9a73ed9e832cd873b8fad7b87ddf029;p=gostls13.git cmd/compile/internal/ir: remove redundant not in doc Change-Id: Ia4fc2ceafa92f38742d3a017e37350875fdcc25e GitHub-Last-Rev: 482f5e4fe626bfe97058ea052324cca68b91263d GitHub-Pull-Request: golang/go#62299 Reviewed-on: https://go-review.googlesource.com/c/go/+/522940 Run-TryBot: Matthew Dempsky Auto-Submit: Matthew Dempsky TryBot-Result: Gopher Robot Reviewed-by: Robert Griesemer Reviewed-by: Matthew Dempsky --- diff --git a/src/cmd/compile/internal/ir/stmt.go b/src/cmd/compile/internal/ir/stmt.go index de50f1f4a4..01d218ecc4 100644 --- a/src/cmd/compile/internal/ir/stmt.go +++ b/src/cmd/compile/internal/ir/stmt.go @@ -285,7 +285,7 @@ func NewIfStmt(pos src.XPos, cond Node, body, els []Node) *IfStmt { // // Note that a JumpTableStmt is more like a multiway-goto than // a multiway-if. In particular, the case bodies are just -// labels to jump to, not not full Nodes lists. +// labels to jump to, not full Nodes lists. type JumpTableStmt struct { miniStmt