ssa: debug info of Map

This commit is contained in:
Li Jie
2024-09-18 19:45:11 +08:00
parent 6bfb1a7fff
commit bf4525d82d
3 changed files with 84 additions and 139 deletions

View File

@@ -58,8 +58,9 @@ func (p BasicBlock) Addr() Expr {
// -----------------------------------------------------------------------------
type dbgExpr struct {
ptr Expr
val Expr
ptr Expr
val Expr
deref bool
}
type aBuilder struct {