diff options
author | Hans Bolinder <[email protected]> | 2016-11-23 08:36:18 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2016-11-23 08:36:18 +0100 |
commit | 3c8ba27ed87707942c357ade1d1f2471700f4203 (patch) | |
tree | 5d6e212d58b8881fbf8b349553ad8d85e0af3eb1 /lib/hipe/cerl | |
parent | 459ee8ccc30472534ce410e62c668568d44b8b8b (diff) | |
parent | ce5bbeaf294491ba74c8cf793a22cc6d00d368b7 (diff) | |
download | otp-3c8ba27ed87707942c357ade1d1f2471700f4203.tar.gz otp-3c8ba27ed87707942c357ade1d1f2471700f4203.tar.bz2 otp-3c8ba27ed87707942c357ade1d1f2471700f4203.zip |
Merge branch 'maint'
* maint:
dialyzer: Substitute 'opacity' for 'opaqueness'
dialyzer: Improve a warning message
dialyzer: Improve a warning message
dialyzer: Correct a warnings message
Diffstat (limited to 'lib/hipe/cerl')
-rw-r--r-- | lib/hipe/cerl/erl_types.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hipe/cerl/erl_types.erl b/lib/hipe/cerl/erl_types.erl index 9ef119ba46..226a5d0f61 100644 --- a/lib/hipe/cerl/erl_types.erl +++ b/lib/hipe/cerl/erl_types.erl @@ -4377,7 +4377,7 @@ record_field_diffs_to_string(?tuple([_|Fs], Arity, Tag), RecDict) -> string:join(FieldDiffs, " and "). field_diffs([F|Fs], [{FName, _Abstr, DefType}|FDefs], RecDict, Acc) -> - %% Don't care about opaqueness for now. + %% Don't care about opacity for now. NewAcc = case not t_is_none(t_inf(F, DefType)) of true -> Acc; |