mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 15:09:20 +02:00
* debug statement removed
git-svn-id: trunk@44234 -
This commit is contained in:
parent
4dff373fef
commit
2acc6337d8
@ -2021,7 +2021,6 @@ unit aoptx86;
|
|||||||
begin
|
begin
|
||||||
DebugMsg(SPeepholeOptimization + 'MovMovXX2MovXX 1 done',p);
|
DebugMsg(SPeepholeOptimization + 'MovMovXX2MovXX 1 done',p);
|
||||||
taicpu(hp1).loadref(0,taicpu(p).oper[0]^.ref^);
|
taicpu(hp1).loadref(0,taicpu(p).oper[0]^.ref^);
|
||||||
writeln(taicpu(hp1).oper[0]^.typ);
|
|
||||||
RemoveCurrentP(p);
|
RemoveCurrentP(p);
|
||||||
Result:=True;
|
Result:=True;
|
||||||
Exit;
|
Exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user