mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 04:29:29 +02:00
+ new debug message
* turn off accidently turned on DEBUG_AOPTCPU git-svn-id: trunk@34731 -
This commit is contained in:
parent
bc73d0914e
commit
cf2a3d8160
@ -23,7 +23,7 @@ unit aoptx86;
|
||||
|
||||
{$i fpcdefs.inc}
|
||||
|
||||
{$define DEBUG_AOPTCPU}
|
||||
{ $define DEBUG_AOPTCPU}
|
||||
|
||||
interface
|
||||
|
||||
@ -930,6 +930,7 @@ unit aoptx86;
|
||||
taicpu(hp1).loadRef(1,taicpu(p).oper[1]^.ref^);
|
||||
taicpu(p).loadReg(1,taicpu(hp1).oper[0]^.reg);
|
||||
taicpu(hp1).fileinfo := taicpu(p).fileinfo;
|
||||
DebugMsg('PeepHole Optimization,MovMov2MovMov 1',p);
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user