mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 00:59:27 +02:00
* AArch64: enable TARMAsmOptimizer.OptPass1And
git-svn-id: trunk@45544 -
This commit is contained in:
parent
8ffd756546
commit
42e4d66c5e
@ -548,11 +548,12 @@ Implementation
|
||||
A_ASR,
|
||||
A_LSL:
|
||||
Result:=OptPass1Shift(p);
|
||||
A_AND:
|
||||
Result:=OptPass1And(p);
|
||||
A_ADD,
|
||||
A_ADC,
|
||||
A_SUB,
|
||||
A_SBC,
|
||||
A_AND,
|
||||
A_BIC,
|
||||
A_EOR,
|
||||
A_ORR,
|
||||
|
Loading…
Reference in New Issue
Block a user