mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 15:28:01 +02:00
* simple clean ups after dyn. array conversion
This commit is contained in:
parent
6ba102ee57
commit
b20f968454
@ -141,9 +141,7 @@ Unit aopt;
|
||||
With LabelInfo^ Do
|
||||
begin
|
||||
If (LabelDif <> 0) Then
|
||||
Begin
|
||||
SetLength(LabelTable, LabelDif);
|
||||
end;
|
||||
p := BlockStart;
|
||||
While (P <> BlockEnd) Do
|
||||
Begin
|
||||
@ -251,11 +249,8 @@ Unit aopt;
|
||||
End;
|
||||
|
||||
procedure tasmoptimizer.clear;
|
||||
begin
|
||||
if assigned(LabelInfo^.labeltable) then
|
||||
begin
|
||||
LabelInfo^.labeltable:=Nil;
|
||||
end;
|
||||
LabelInfo^.labeldif:=0;
|
||||
LabelInfo^.lowlabel:=high(longint);
|
||||
LabelInfo^.highlabel:=0;
|
||||
|
Loading…
Reference in New Issue
Block a user