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:
@@ -2,7 +2,7 @@
|
||||
fun i32 @foo (i32, i32, i32) {
|
||||
init:
|
||||
bid: b0
|
||||
allocations:
|
||||
allocations:
|
||||
%l0:i32:i
|
||||
%l1:i32:j
|
||||
%l2:i32:k
|
||||
@@ -25,7 +25,7 @@ block b0:
|
||||
fun [ret:i32 params:(i32, i32, i32)]* @foo2 () {
|
||||
init:
|
||||
bid: b0
|
||||
allocations:
|
||||
allocations:
|
||||
|
||||
|
||||
block b0:
|
||||
@@ -35,7 +35,7 @@ block b0:
|
||||
fun [ret:[ret:i32 params:(i32, i32, i32)]* params:()]* @foo3 () {
|
||||
init:
|
||||
bid: b0
|
||||
allocations:
|
||||
allocations:
|
||||
|
||||
|
||||
block b0:
|
||||
@@ -45,7 +45,7 @@ block b0:
|
||||
fun i32 @main () {
|
||||
init:
|
||||
bid: b0
|
||||
allocations:
|
||||
allocations:
|
||||
|
||||
|
||||
block b0:
|
||||
|
||||
Reference in New Issue
Block a user