From 7047e17e105fa32b7105d2a32db7dbbdd21d9cd7 Mon Sep 17 00:00:00 2001 From: Janggun Lee Date: Tue, 25 Feb 2025 00:31:25 +0900 Subject: [PATCH] Fix typo --- examples/ir1/hello_main.ir | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/ir1/hello_main.ir b/examples/ir1/hello_main.ir index e051dba..2585836 100644 --- a/examples/ir1/hello_main.ir +++ b/examples/ir1/hello_main.ir @@ -2,9 +2,9 @@ fun i32 @main () { init: bid: b0 - allocations: + allocations: block b0: - ret 0:i32 + ret 1:i32 }