Added more tests
This commit is contained in:
@ -48,7 +48,6 @@ func (f *Function) AddVariable(variable *Variable) {
|
||||
variable.Scope = scope
|
||||
|
||||
scope.variables[variable.Name] = variable
|
||||
scope.Reserve(variable.Register)
|
||||
scope.Use(variable.Register)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user