diff options
author | Kostis Sagonas <[email protected]> | 2016-05-27 16:51:44 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2016-05-31 12:19:59 +0200 |
commit | 694cd826c34c1ae0f5a7aed79459edb102971934 (patch) | |
tree | e027aa8e952310b52795b4f145bb18c346795520 /lib/hipe/icode/hipe_icode.hrl | |
parent | 8a27b1fdeee657275d16adbfca3a4082bda5e0e2 (diff) | |
download | otp-694cd826c34c1ae0f5a7aed79459edb102971934.tar.gz otp-694cd826c34c1ae0f5a7aed79459edb102971934.tar.bz2 otp-694cd826c34c1ae0f5a7aed79459edb102971934.zip |
Define, export and use a hipe_icode:params() type
Diffstat (limited to 'lib/hipe/icode/hipe_icode.hrl')
-rw-r--r-- | lib/hipe/icode/hipe_icode.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hipe/icode/hipe_icode.hrl b/lib/hipe/icode/hipe_icode.hrl index 999c54732b..b2e0d86b28 100644 --- a/lib/hipe/icode/hipe_icode.hrl +++ b/lib/hipe/icode/hipe_icode.hrl @@ -169,7 +169,7 @@ %%--------------------------------------------------------------------- -record(icode, {'fun' :: mfa(), - params :: [icode_var()], + params :: hipe_icode:params(), %% TODO: merge is_closure and closure_arity into one field is_closure :: boolean(), closure_arity = none :: 'none' | arity(), |