From f36477d874b11bbc2ea3398bb76e344dbbdf7898 Mon Sep 17 00:00:00 2001 From: jing <3030349106@qq.com> Date: Tue, 30 Dec 2025 00:21:53 +0800 Subject: [PATCH] =?UTF-8?q?chore(ir)=EF=BC=9A=E4=BF=AE=E6=AD=A3Type?= =?UTF-8?q?=E9=87=8C=E6=B3=A8=E9=87=8A=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ir/Type.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ir/Type.cpp b/src/ir/Type.cpp index 3ece7f8..a1ae51e 100644 --- a/src/ir/Type.cpp +++ b/src/ir/Type.cpp @@ -1,7 +1,7 @@ // 极简类型系统:仅支持 void 与 i32。 -// 还应该包含 i32/f32/void、指针、数组、函数类型等 -// - 按 SysY 支持范围裁剪并逐步补齐 +// 还应该包含 f32、数组类型等 +// - 参照SysY官方文档范围逐步补齐 #include "ir/IR.h" namespace ir {