Browse Source

+ Risc-V 32: apply OptPass1OP also on ADD

florian 1 year ago
parent
commit
a4242e60b2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/riscv/aoptcpurv.pas

+ 1 - 0
compiler/riscv/aoptcpurv.pas

@@ -477,6 +477,7 @@ implementation
                       result:=true;
                     end;
                 end;
+              A_ADD,
               A_DIV,
               A_DIVU,
 {$ifdef riscv64}