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