瀏覽代碼

* 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,