Skip to content

Commit

Permalink
fixup! Add ControlFlowGraph and implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
jgardn3r committed Aug 19, 2024
1 parent 1eb4772 commit c5e3218
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ private static class UnresolvedLabel {

public void addLabel(LabelStatementNode labelNode) {
NameReferenceNode labelName = labelNode.getNameReference();
// addElement(labelName);
String label = labelName.getImage();

labelTargets.put(label, currentBlock);
Expand Down

0 comments on commit c5e3218

Please sign in to comment.