Переглянути джерело

* handle more inline operations in node_complexity

florian 18 годин тому
батько
коміт
a5b79cc7d7
1 змінених файлів з 8 додано та 0 видалено
  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,