Explorar o código

* x86: CheckMovMov2MovMov2 now sets "Force New Iteration" if it optimises

J. Gareth "Curious Kit" Moreton hai 1 ano
pai
achega
d0c7838eec
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      compiler/x86/aoptx86.pas

+ 1 - 0
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;