Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
notJoon committed Oct 10, 2024
1 parent 6ea4ced commit 1ade0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/analysis/cfg/cfg.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type CFGBuilder interface {
// there is a 1-1 correspondence between a block in the CFG and an ast.Stmt.
type CFG struct {
// Sentinel nodes for single-entry CFG. Not in original AST.
Entry *ast.BadStmt
Entry *ast.BadStmt
// Sentinel nodes for single-exit CFG. Not in original AST.
Exit *ast.BadStmt
blocks map[ast.Stmt]*block
Expand Down

0 comments on commit 1ade0ee

Please sign in to comment.