mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 21:07:54 +02:00
* apply OptPass1Data to UDIV/SDIV as well
This commit is contained in:
parent
09be204011
commit
6cd75b75c3
@ -1520,6 +1520,8 @@ Implementation
|
||||
Result:=OptPass1Shift(p);
|
||||
A_AND:
|
||||
Result:=OptPass1And(p);
|
||||
A_UDIV,
|
||||
A_SDIV,
|
||||
A_NEG,
|
||||
A_CSEL,
|
||||
A_ADD,
|
||||
|
Loading…
Reference in New Issue
Block a user