Browse Source

* proper naming

florian 4 tháng trước cách đây
mục cha
commit
62236ec2bb
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      compiler/riscv/aoptcpurv.pas

+ 2 - 2
compiler/riscv/aoptcpurv.pas

@@ -590,7 +590,7 @@ implementation
                 taicpu(hp1).condition:=C_GE;
                 taicpu(hp1).condition:=C_GE;
             end;
             end;
 
 
-          DebugMsg('Peephole SltuB2B performed', hp1);
+          DebugMsg('Peephole SltuB2B 1 performed', hp1);
 
 
           RemoveInstr(p);
           RemoveInstr(p);
 
 
@@ -632,7 +632,7 @@ implementation
                 taicpu(hp1).condition:=C_GE;
                 taicpu(hp1).condition:=C_GE;
             end;
             end;
 
 
-          DebugMsg('Peephole SltuB2B performed', hp1);
+          DebugMsg('Peephole SltuB2B 2 performed', hp1);
 
 
           RemoveInstr(p);
           RemoveInstr(p);