|
@@ -3229,7 +3229,6 @@ unit aoptx86;
|
|
|
RegLoadedWithNewValue(CurrentReg, hp2) or
|
|
|
not RegUsedAfterInstruction(CurrentReg, hp2, TmpUsedRegs) then
|
|
|
begin
|
|
|
- RegUsedAfterInstruction(CurrentReg, hp2, TmpUsedRegs);
|
|
|
{ We can remove the original MOV }
|
|
|
DebugMsg(SPeepholeOptimization + 'Mov2Nop 3b done',p);
|
|
|
RemoveCurrentp(p, hp1);
|