refactor(irgen): 按新版文档拆分 IRGen 模块
This commit is contained in:
4
src/irgen/IRGenStmt.cpp
Normal file
4
src/irgen/IRGenStmt.cpp
Normal file
@@ -0,0 +1,4 @@
|
||||
// 语句翻译模块:
|
||||
// - 处理 if/while/return 等控制流构造
|
||||
// - 负责基本块创建、分支跳转与控制流收束
|
||||
|
||||
Reference in New Issue
Block a user