mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-15 23:18:48 +00:00
Update skeleton
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
fun i32 @foo {
|
||||
fun i32 @foo () {
|
||||
init:
|
||||
bid: b0
|
||||
allocations:
|
||||
@@ -14,7 +14,7 @@ block b3:
|
||||
ret 37:i32
|
||||
}
|
||||
|
||||
fun i32 @bar {
|
||||
fun i32 @bar () {
|
||||
init:
|
||||
bid: b0
|
||||
allocations:
|
||||
@@ -24,7 +24,7 @@ block b0:
|
||||
|
||||
block b1:
|
||||
%b1:p0:i32
|
||||
br 1:i1 b3() b3()
|
||||
br 1:i1, b3(), b3()
|
||||
|
||||
block b2:
|
||||
j b3()
|
||||
|
||||
Reference in New Issue
Block a user