Browse Source

* handle more inline operations in node_complexity

florian 1 ngày trước cách đây
mục cha
commit
a5b79cc7d7
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  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,