소스 검색

* proper naming

florian 3 달 전
부모
커밋
62236ec2bb
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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);