소스 검색

* cleanup debug code

git-svn-id: trunk@40016 -
florian 7 년 전
부모
커밋
379c2fe821
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      compiler/aarch64/cgcpu.pas

+ 0 - 1
compiler/aarch64/cgcpu.pas

@@ -942,7 +942,6 @@ implementation
               instr:=taicpu.op_reg_reg(A_MOV,makeregsize(reg2,OS_32),makeregsize(reg1,OS_32))
             else
               instr:=taicpu.op_reg_reg(A_MOV,reg2,reg1);
-            list.Concat(tai_comment.Create(strpnew('====')));
             list.Concat(instr);
             { Notify the register allocator that we have written a move instruction so
              it can try to eliminate it. }