mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 10:29:17 +02:00
* apply OptPass1OP to more instructions
This commit is contained in:
parent
d270c2ccdd
commit
9c81c4a5fa
@ -473,6 +473,12 @@ implementation
|
|||||||
result:=true;
|
result:=true;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
A_ANDI,
|
||||||
|
A_XORI,
|
||||||
|
A_ORI,
|
||||||
|
A_AND,
|
||||||
|
A_OR,
|
||||||
|
A_XOR,
|
||||||
A_SLL,
|
A_SLL,
|
||||||
A_SRL:
|
A_SRL:
|
||||||
result:=OptPass1OP(p);
|
result:=OptPass1OP(p);
|
||||||
|
Loading…
Reference in New Issue
Block a user