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

12 lines
89 B
Plaintext

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