mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-16 07:28:52 +00:00
Update skeleton
This commit is contained in:
9
examples/simplify_cfg/merge.output.ir
Normal file
9
examples/simplify_cfg/merge.output.ir
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user