Removed incorrect optimization
This commit is contained in:
@ -12,9 +12,3 @@ type Variable struct {
|
||||
Register cpu.Register
|
||||
Alive int
|
||||
}
|
||||
|
||||
// Definitions are single use expressions that don't reside in a register yet.
|
||||
type Definition struct {
|
||||
Value *expression.Expression
|
||||
Name string
|
||||
}
|
||||
|
Reference in New Issue
Block a user