style(dev): 清理失真文件头注释

This commit is contained in:
Lane0218
2026-03-12 15:08:21 +08:00
parent a7779038ca
commit f26551a896
7 changed files with 7 additions and 29 deletions

View File

@@ -1,6 +1,4 @@
// IR 上下文:
// - 管理类型与常量的创建/复用
// - 保存字符串常量、符号等公共资源(按需要扩展)
// 管理基础类型、整型常量池和临时名生成。
#include "ir/IR.h"
#include <sstream>