Update src/V3AstNodeOther.h
Co-authored-by: Wilson Snyder <wsnyder@wsnyder.org>
This commit is contained in:
parent
9a7b506b8f
commit
5229666072
|
@ -3282,7 +3282,7 @@ class AstJumpBlock final : public AstNodeStmt {
|
|||
// Block of code that might contain AstJumpGo statements as children,
|
||||
// which when exectued branch to right after the referenced AstJumpBlock.
|
||||
// AstJumpBlocks can nest, and an AstJumpGo can reference any of the
|
||||
// encolsing AstJumpBlocks (can break out of mulitple levels).
|
||||
// enclosing AstJumpBlocks (can break out of mulitple levels).
|
||||
// Parents: {statement list}
|
||||
// Children: {statement list, with JumpGo below}
|
||||
// @astgen op1 := stmtsp : List[AstNode]
|
||||
|
|
Loading…
Reference in New Issue