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

@@ -52,6 +52,7 @@ func TestMakeInterface(t *testing.T) {
b := fn.MakeBody(1)
b.MakeInterface(prog.Any(), prog.IntVal(100, prog.Int64()))
b.MakeInterface(prog.Any(), prog.FloatVal(100, prog.Float64()))
b.DeferData()
b.Return()
}