Browse Source

* Aarch64: apply OptPass1Data to CSEL as well

git-svn-id: trunk@49414 -
florian 4 years ago
parent
commit
5e3efa4455
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/aarch64/aoptcpu.pas

+ 1 - 0
compiler/aarch64/aoptcpu.pas

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