Sfoglia il codice sorgente

* handle more inline operations in node_complexity

florian 18 ore fa
parent
commit
a5b79cc7d7
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      compiler/nutils.pas

+ 8 - 0
compiler/nutils.pas

@@ -974,6 +974,14 @@ implementation
                         break;
                       end;
 
+                    in_ror_x,
+                    in_ror_x_y,
+                    in_rol_x,
+                    in_rol_x_y,
+                    in_sar_x_y,
+                    in_sar_x,
+                    in_bsf_x,
+                    in_bsr_x,
                     in_inc_x,
                     in_dec_x,
                     in_include_x_y,