diff options
author | Björn Gustavsson <[email protected]> | 2011-11-30 15:22:21 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-11-30 15:23:48 +0100 |
commit | 155e7dd2a3aaffb713d11a0593ca7f7b8cdf9057 (patch) | |
tree | 995827f34d579fa0fc81fe8addef028546c56183 /lib/hipe/cerl | |
parent | 08ea3af8528ad0920021ecc230a66eb5ee59bc86 (diff) | |
download | otp-155e7dd2a3aaffb713d11a0593ca7f7b8cdf9057.tar.gz otp-155e7dd2a3aaffb713d11a0593ca7f7b8cdf9057.tar.bz2 otp-155e7dd2a3aaffb713d11a0593ca7f7b8cdf9057.zip |
Add type info for erlang:system_info({allocator_sizes,ref(),any()})
Diffstat (limited to 'lib/hipe/cerl')
-rw-r--r-- | lib/hipe/cerl/erl_bif_types.erl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/hipe/cerl/erl_bif_types.erl b/lib/hipe/cerl/erl_bif_types.erl index 1483b2aee1..6f0141b0ca 100644 --- a/lib/hipe/cerl/erl_bif_types.erl +++ b/lib/hipe/cerl/erl_bif_types.erl @@ -3881,7 +3881,8 @@ arg_types(erlang, system_flag, 2) -> arg_types(erlang, system_info, 1) -> [t_sup([t_atom(), % documented t_tuple([t_atom(), t_any()]), % documented - t_tuple([t_atom(), t_atom(), t_any()])])]; + t_tuple([t_atom(), t_atom(), t_any()]), + t_tuple([t_atom(allocator_sizes), t_reference(), t_any()])])]; arg_types(erlang, system_monitor, 0) -> []; arg_types(erlang, system_monitor, 1) -> |