* apply OptPass1Data to neg as well

This commit is contained in:
florian 2022-09-06 21:42:10 +02:00
parent 4e0b9e8534
commit 3a11ee9a14

View File

@ -1062,6 +1062,7 @@ Implementation
Result:=OptPass1Shift(p);
A_AND:
Result:=OptPass1And(p);
A_NEG,
A_CSEL,
A_ADD,
A_ADC,