mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-14 22:38:46 +00:00
Fix typo
This commit is contained in:
@@ -2,9 +2,9 @@
|
|||||||
fun i32 @main () {
|
fun i32 @main () {
|
||||||
init:
|
init:
|
||||||
bid: b0
|
bid: b0
|
||||||
allocations:
|
allocations:
|
||||||
|
|
||||||
|
|
||||||
block b0:
|
block b0:
|
||||||
ret 0:i32
|
ret 1:i32
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user