mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 09:00:12 +02:00
* cleanup debug code
git-svn-id: trunk@40016 -
This commit is contained in:
parent
f27fee5566
commit
379c2fe821
@ -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. }
|
||||
|
Loading…
Reference in New Issue
Block a user