mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 09:51:50 +02:00
* set p to a valid instruction
git-svn-id: trunk@25912 -
This commit is contained in:
parent
ce9398f8d8
commit
1843ed59b5
@ -1409,6 +1409,7 @@ begin
|
||||
insertllitem(asml,hp2,hp2.next,hp1);
|
||||
asml.remove(p);
|
||||
p.free;
|
||||
p:=hp1;
|
||||
end;
|
||||
if GetNextInstruction(p, hp1) and
|
||||
MatchInstruction(hp1,A_LEA,[S_L]) and
|
||||
@ -1433,6 +1434,7 @@ begin
|
||||
DebugMsg('Peephole MovLea2Add done',hp1);
|
||||
asml.remove(p);
|
||||
p.free;
|
||||
p:=hp1;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user