From 239c6639d700b3fbc7aeac065c913ea119efcd7c Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 15 Oct 2016 17:51:09 +0000 Subject: [PATCH] + additional debug message git-svn-id: trunk@34722 - --- compiler/x86/aoptx86.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/x86/aoptx86.pas b/compiler/x86/aoptx86.pas index 92d33f5640..a753ad30d4 100644 --- a/compiler/x86/aoptx86.pas +++ b/compiler/x86/aoptx86.pas @@ -834,6 +834,7 @@ unit aoptx86; mov reg2, mem2} begin AllocRegBetween(taicpu(hp2).oper[1]^.reg,p,hp2,usedregs); + DebugMsg('PeepHole Optimization,MovMovMov2MovMov 1',p); taicpu(p).loadoper(1,taicpu(hp2).oper[1]^); taicpu(hp1).loadoper(0,taicpu(hp2).oper[1]^); asml.remove(hp2);