Files
cs420/examples/simplify_cfg/reach.input.ir
2020-04-23 00:56:28 +09:00

18 lines
131 B
Plaintext

fun i32 @foo {
init:
bid: b0
allocations:
block b0:
j b1()
block b1:
j b0()
block b2:
j b3()
block b3:
j b2()
}