Skip to content

Commit

Permalink
- Remove debug codes.
Browse files Browse the repository at this point in the history
  • Loading branch information
whtoo committed Nov 20, 2023
1 parent 7c833c2 commit 40a3746
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import java.util.*;
import java.util.LinkedList;

// TODO: visualize cfg
public class CFG<I extends IRNode> implements Iterable<BasicBlock<I>> {
public final List<BasicBlock<I>> nodes;

Expand Down

0 comments on commit 40a3746

Please sign in to comment.