pass: naive implementation of liveness

This commit is contained in:
Michael McLoughlin
2018-12-02 23:59:29 -08:00
parent 7d4e18f4f4
commit b52c67f3fb
8 changed files with 1093 additions and 1000 deletions

View File

@@ -25,7 +25,7 @@ func (c *Context) Function(name string) {
c.file.Functions = append(c.file.Functions, c.function)
}
func (c *Context) Instruction(i avo.Instruction) {
func (c *Context) Instruction(i *avo.Instruction) {
c.node(i)
}

File diff suppressed because it is too large Load Diff