docs: 删除无关注释

This commit is contained in:
Luke 2025-06-12 18:03:42 +08:00
parent f4e2cf52f5
commit 84940af2bd

View File

@ -19,7 +19,7 @@ import org.jcnc.snow.compiler.ir.value.IRVirtualRegister;
*/
public class IRContext {
/* ➡ 新增:生成唯一标签用 */
/* 生成唯一标签用 */
private int labelCounter = 0;
/**
* 当前正在构建的 IRFunction 对象所有指令将添加至此