mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-15 23:18:48 +00:00
Fix examples formatting
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
fun i32 @main () {
|
||||
init:
|
||||
bid: b0
|
||||
allocations:
|
||||
allocations:
|
||||
%l0:[5 x i32]:a
|
||||
%l1:i32:len
|
||||
%l2:i32:i
|
||||
@@ -52,7 +52,7 @@ block b6:
|
||||
fun i32 @sum (i32, i32*) {
|
||||
init:
|
||||
bid: b0
|
||||
allocations:
|
||||
allocations:
|
||||
%l0:i32:len
|
||||
%l1:i32*:p
|
||||
%l2:i32:result
|
||||
|
||||
Reference in New Issue
Block a user