Removed incorrect optimization

This commit is contained in:
2024-07-06 15:20:52 +02:00
parent 8f9481c548
commit a9f305dec2
7 changed files with 16 additions and 38 deletions

View File

@ -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
}