Skip to content

Commit

Permalink
keep declare() in graph
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmisek committed Jul 28, 2024
1 parent deba072 commit 9292615
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ public override void VisitBlockStmt(BlockStmt x)

public override void VisitDeclareStmt(DeclareStmt x)
{
// ignore declare();
Add(x); // add to flow graph // will be ignored by semanti binder
}

public override void VisitGlobalCode(GlobalCode x)
Expand Down

0 comments on commit 9292615

Please sign in to comment.