Update skeleton

This commit is contained in:
Jeehoon Kang
2020-04-23 00:50:00 +09:00
parent 7569d5ad83
commit 9917ffcbd5
22 changed files with 992 additions and 116 deletions

View File

@@ -0,0 +1,9 @@
fun i32 @foo {
init:
bid: b0
allocations:
block b0:
%b0:i0:i32 = add 42:i32 37:i32
ret %b0:i0:i32
}