mirror of
https://github.com/golang/go
synced 2024-11-19 03:44:40 -07:00
cmd/compile/internal/ir: remove redundant not in doc
This commit is contained in:
parent
ff00fdfdbe
commit
482f5e4fe6
@ -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
|
// Note that a JumpTableStmt is more like a multiway-goto than
|
||||||
// a multiway-if. In particular, the case bodies are just
|
// 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 {
|
type JumpTableStmt struct {
|
||||||
miniStmt
|
miniStmt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user