mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 01:39:27 +02:00
* stop conditional optimization at mov pc,...
git-svn-id: trunk@6321 -
This commit is contained in:
parent
d0c546743d
commit
8d33f640d4
@ -99,6 +99,7 @@ Implementation
|
||||
begin
|
||||
Result:=(p.typ=ait_instruction) and
|
||||
((taicpu(p).opcode in [A_BL,A_BLX,A_CMP,A_CMN,A_SWI,A_TEQ,A_TST]) or
|
||||
((taicpu(p).opcode=A_MOV) and (taicpu(p).oper[0]^.typ=top_reg) and (taicpu(p).oper[0]^.reg=NR_PC)) or
|
||||
(taicpu(p).oppostfix=PF_S));
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user