mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 09:49:35 +02:00
* apply OptPass1Data to neg as well
This commit is contained in:
parent
4e0b9e8534
commit
3a11ee9a14
@ -1062,6 +1062,7 @@ Implementation
|
|||||||
Result:=OptPass1Shift(p);
|
Result:=OptPass1Shift(p);
|
||||||
A_AND:
|
A_AND:
|
||||||
Result:=OptPass1And(p);
|
Result:=OptPass1And(p);
|
||||||
|
A_NEG,
|
||||||
A_CSEL,
|
A_CSEL,
|
||||||
A_ADD,
|
A_ADD,
|
||||||
A_ADC,
|
A_ADC,
|
||||||
|
Loading…
Reference in New Issue
Block a user