Files
cs420/examples/ir4/simple.ir
Chunmyong Park e4eec1e81d Update skeleton
2020-07-02 14:28:58 +00:00

13 lines
134 B
Plaintext

var i32 @nonce = 1
fun i32 @main () {
init:
bid: b0
allocations:
block b0:
%b0:i0:i32 = load @nonce:i32*
ret %b0:i0:i32
}