* Aarch64: apply OptPass1Data to CSEL as well

git-svn-id: trunk@49414 -
This commit is contained in:
florian 2021-05-30 18:08:37 +00:00
parent 9bc8f17f16
commit 5e3efa4455

View File

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