* cleanup after all old code from PeepHoleOptPass2 of i386 was moved to the common x86 optimizer class

git-svn-id: trunk@36147 -
This commit is contained in:
florian 2017-05-07 16:18:37 +00:00
parent cd134ea5bb
commit dd69ab5488

View File

@ -1742,24 +1742,8 @@ end;
procedure TCPUAsmOptimizer.PeepHoleOptPass2;
{$ifdef DEBUG_AOPTCPU}
procedure DebugMsg(const s: string;p : tai);
begin
asml.insertbefore(tai_comment.Create(strpnew(s)), p);
end;
{$else DEBUG_AOPTCPU}
procedure DebugMsg(const s: string;p : tai);inline;
begin
end;
{$endif DEBUG_AOPTCPU}
var
p,hp1,hp2,hp3: tai;
l : longint;
condition : tasmcond;
carryadd_opcode: Tasmop;
p : tai;
begin
p := BlockStart;
ClearUsedRegs;