Files
cs420/examples/simplify_cfg/reach.output.ir
2020-06-05 00:54:00 +09:00

12 lines
92 B
Plaintext

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