mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 09:09:47 +01:00
* instructions being already conditional can't be marked as conditional again
git-svn-id: trunk@5394 -
This commit is contained in:
parent
84f0b62f93
commit
1e1f711663
@ -43,7 +43,7 @@ Implementation
|
||||
|
||||
function CanBeCond(p : tai) : boolean;
|
||||
begin
|
||||
result:=true;
|
||||
result:=(p.typ=ait_instruction) and (taicpu(p).condition=C_None);
|
||||
end;
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user