Fix examples formatting

This commit is contained in:
Janggun Lee
2025-04-11 13:20:10 +09:00
parent 32283f2ed1
commit b465dd75f0
361 changed files with 1759 additions and 1759 deletions

View File

@@ -2,7 +2,7 @@
fun f64 @average (i32, i32*) {
init:
bid: b0
allocations:
allocations:
block b0:
@@ -35,7 +35,7 @@ block b5:
fun f64 @custom_abs (f64) {
init:
bid: b0
allocations:
allocations:
block b0:
@@ -56,7 +56,7 @@ block b3:
fun f64 @custom_max (f64, f64) {
init:
bid: b0
allocations:
allocations:
block b0:
@@ -73,7 +73,7 @@ block b3:
fun i32 @is_close (f64, f64, f64, f64) {
init:
bid: b0
allocations:
allocations:
block b0:
@@ -96,7 +96,7 @@ block b0:
fun i32 @main () {
init:
bid: b0
allocations:
allocations:
%l0:[10 x i32]:a
block b0: