mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 14:09:17 +02:00
* proper naming of the optimziation in the DebugMsg
git-svn-id: trunk@34957 -
This commit is contained in:
parent
d39db60934
commit
8e7101a65a
@ -735,7 +735,7 @@ Implementation
|
|||||||
(taicpu(hp1).oper[0]^.reg=taicpu(p).oper[0]^.reg) and }
|
(taicpu(hp1).oper[0]^.reg=taicpu(p).oper[0]^.reg) and }
|
||||||
assigned(FindRegDeAlloc(taicpu(p).oper[0]^.reg,tai(hp1.Next))) then
|
assigned(FindRegDeAlloc(taicpu(p).oper[0]^.reg,tai(hp1.Next))) then
|
||||||
begin
|
begin
|
||||||
DebugMsg('Peephole MovPush2Push performed', p);
|
DebugMsg('Peephole MovOp2Op performed', p);
|
||||||
|
|
||||||
for i := 0 to taicpu(hp1).ops-1 do
|
for i := 0 to taicpu(hp1).ops-1 do
|
||||||
if taicpu(hp1).oper[i]^.typ=top_reg then
|
if taicpu(hp1).oper[i]^.typ=top_reg then
|
||||||
|
Loading…
Reference in New Issue
Block a user