mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 00:50:40 +01:00
* handle more inline operations in node_complexity
This commit is contained in:
parent
51fe99c752
commit
a5b79cc7d7
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user