mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 11:10:36 +02:00
* typo fixed
git-svn-id: trunk@49118 -
This commit is contained in:
parent
08817f1aed
commit
87a67a3222
@ -6132,7 +6132,7 @@ unit aoptx86;
|
||||
DebugMsg(SPeepholeOptimization+'JccMovJmpMov2MovSetcc',p);
|
||||
{ remove last label }
|
||||
RemoveInstruction(hp5);
|
||||
{ remove second albel }
|
||||
{ remove second label }
|
||||
RemoveInstruction(hp3);
|
||||
{ if align is present remove it }
|
||||
if GetNextInstruction(hp2,hp3) and (hp3.typ=ait_align) then
|
||||
|
Loading…
Reference in New Issue
Block a user