llgo/ssa: phi refactor

This commit is contained in:
xushiwei
2024-05-26 14:58:26 +08:00
parent 91c9b4e168
commit 5cf6a30027
9 changed files with 197 additions and 74 deletions

View File

@@ -53,7 +53,6 @@ const (
vkEface
vkIface
vkStruct
vkPhisExpr = -1
)
// -----------------------------------------------------------------------------