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

18 lines
134 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()
}