c.GoDeferData; llgo/ssa: rm excepKey

This commit is contained in:
xushiwei
2024-06-12 23:17:10 +08:00
parent 2c4f6063a6
commit 42a5c6a19f
4 changed files with 3 additions and 7 deletions

View File

@@ -621,7 +621,6 @@ func (p Package) afterBuilder() Builder {
// AfterInit is called after the package is initialized (init all packages that depends on).
func (p Package) AfterInit(b Builder, ret BasicBlock) {
p.keyInit(deferKey)
p.keyInit(excepKey)
doAfterb := p.afterb != nil
doPyLoadModSyms := p.pyHasModSyms()
if doAfterb || doPyLoadModSyms {