mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-16 15:38:48 +00:00
Fix examples formatting
This commit is contained in:
@@ -4,7 +4,7 @@ struct Sub : { m1:i64, m2:i64, m3:i64, m4:i64 }
|
||||
fun struct Big @foo (struct Big) {
|
||||
init:
|
||||
bid: b0
|
||||
allocations:
|
||||
allocations:
|
||||
%l0:struct Big:r
|
||||
|
||||
block b0:
|
||||
@@ -21,7 +21,7 @@ block b0:
|
||||
fun i32 @main () {
|
||||
init:
|
||||
bid: b0
|
||||
allocations:
|
||||
allocations:
|
||||
%l0:struct Big:a
|
||||
%l1:struct Big:r
|
||||
|
||||
|
||||
Reference in New Issue
Block a user