diff --git a/compiler/x86/aoptx86.pas b/compiler/x86/aoptx86.pas index ce613dd62b..6a0acad07b 100644 --- a/compiler/x86/aoptx86.pas +++ b/compiler/x86/aoptx86.pas @@ -3028,6 +3028,7 @@ unit aoptx86; DebugMsg(SPeepholeOptimization + 'MovMov2MovMov 2',p); taicpu(hp1).loadReg(0,taicpu(p).oper[1]^.reg); Result := True; + Include(OptsToCheck, aoc_ForceNewIteration); end; end;