refactor(irgen): 按新版文档拆分 IRGen 模块
This commit is contained in:
4
src/irgen/IRGenFunc.cpp
Normal file
4
src/irgen/IRGenFunc.cpp
Normal file
@@ -0,0 +1,4 @@
|
||||
// 函数翻译模块:
|
||||
// - 处理函数定义、参数列表与返回值翻译
|
||||
// - 创建并填充对应的 IR Function 对象
|
||||
|
||||
Reference in New Issue
Block a user