Pārlūkot izejas kodu

* proper naming of the optimziation in the DebugMsg

git-svn-id: trunk@34957 -
florian 8 gadi atpakaļ
vecāks
revīzija
8e7101a65a
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      compiler/avr/aoptcpu.pas

+ 1 - 1
compiler/avr/aoptcpu.pas

@@ -735,7 +735,7 @@ Implementation
                        (taicpu(hp1).oper[0]^.reg=taicpu(p).oper[0]^.reg) and  }
                        assigned(FindRegDeAlloc(taicpu(p).oper[0]^.reg,tai(hp1.Next))) then
                       begin
-                        DebugMsg('Peephole MovPush2Push performed', p);
+                        DebugMsg('Peephole MovOp2Op performed', p);
 
                         for i := 0 to taicpu(hp1).ops-1 do
                           if taicpu(hp1).oper[i]^.typ=top_reg then