mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-16 07:28:52 +00:00
Update skeleton
This commit is contained in:
11
examples/simplify_cfg/reach.output.ir
Normal file
11
examples/simplify_cfg/reach.output.ir
Normal file
@@ -0,0 +1,11 @@
|
||||
fun i32 @foo {
|
||||
init:
|
||||
bid: b0
|
||||
allocations:
|
||||
|
||||
block b0:
|
||||
j b1()
|
||||
|
||||
block b1:
|
||||
j b0()
|
||||
}
|
||||
Reference in New Issue
Block a user