From 2acc6337d817d6e041281c4e0393ef7fde833adb Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 22 Feb 2020 22:38:36 +0000 Subject: [PATCH] * debug statement removed git-svn-id: trunk@44234 - --- compiler/x86/aoptx86.pas | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/x86/aoptx86.pas b/compiler/x86/aoptx86.pas index c904f0bdb0..4471f45d33 100644 --- a/compiler/x86/aoptx86.pas +++ b/compiler/x86/aoptx86.pas @@ -2021,7 +2021,6 @@ unit aoptx86; begin DebugMsg(SPeepholeOptimization + 'MovMovXX2MovXX 1 done',p); taicpu(hp1).loadref(0,taicpu(p).oper[0]^.ref^); - writeln(taicpu(hp1).oper[0]^.typ); RemoveCurrentP(p); Result:=True; Exit;