mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 12:49:16 +02:00
* proper naming
This commit is contained in:
parent
425ef662cc
commit
62236ec2bb
@ -590,7 +590,7 @@ implementation
|
||||
taicpu(hp1).condition:=C_GE;
|
||||
end;
|
||||
|
||||
DebugMsg('Peephole SltuB2B performed', hp1);
|
||||
DebugMsg('Peephole SltuB2B 1 performed', hp1);
|
||||
|
||||
RemoveInstr(p);
|
||||
|
||||
@ -632,7 +632,7 @@ implementation
|
||||
taicpu(hp1).condition:=C_GE;
|
||||
end;
|
||||
|
||||
DebugMsg('Peephole SltuB2B performed', hp1);
|
||||
DebugMsg('Peephole SltuB2B 2 performed', hp1);
|
||||
|
||||
RemoveInstr(p);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user