mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 01:38:03 +02:00
* patch by lag programming: Code cleanup at function TAOptBase.RegInInstruction, resolves #40952
This commit is contained in:
parent
46e5903792
commit
32d0531c71
@ -142,7 +142,6 @@ unit aoptbase;
|
||||
for Count:=0 to TInstr(p1).ops-1 do
|
||||
if RegInOp(Reg, TInstr(p1).oper[Count]^) then
|
||||
exit(true);
|
||||
result:=false;
|
||||
End;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user