Skip to content

Commit 75c0c1b

Browse files
authored
gh-93678: extract 'struct cfg_builder' from the compiler so that the CFG can be manipulated directly (GH-95107)
1 parent 8660604 commit 75c0c1b

File tree

2 files changed

+114
-120
lines changed

2 files changed

+114
-120
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add cfg_builder struct and refactor the relevant code so that a cfg can be constructed without an instance of the compiler struct.

0 commit comments

Comments
 (0)