aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer
diff options
context:
space:
mode:
authorKostis Sagonas <[email protected]>2014-03-28 17:47:10 +0100
committerKostis Sagonas <[email protected]>2014-03-28 17:47:10 +0100
commit918f0a26da2ad559bb674e19fce952c2564b9b45 (patch)
treec4aa478a9f348e43f76c4e1cc8c6e33a2e460760 /lib/dialyzer
parent313bd52d160a66b24cff143fd8903e54dd8c6ca4 (diff)
downloadotp-918f0a26da2ad559bb674e19fce952c2564b9b45.tar.gz
otp-918f0a26da2ad559bb674e19fce952c2564b9b45.tar.bz2
otp-918f0a26da2ad559bb674e19fce952c2564b9b45.zip
Reinstate native code compilation of cerl and erl_types
Diffstat (limited to 'lib/dialyzer')
-rw-r--r--lib/dialyzer/src/dialyzer_cl.erl4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/dialyzer/src/dialyzer_cl.erl b/lib/dialyzer/src/dialyzer_cl.erl
index e013d39a0e..3e7d9dfa99 100644
--- a/lib/dialyzer/src/dialyzer_cl.erl
+++ b/lib/dialyzer/src/dialyzer_cl.erl
@@ -504,9 +504,7 @@ hipe_compile(Files, #options{erlang_mode = ErlangMode} = Options) ->
_ ->
Mods = [lists, dict, digraph, digraph_utils, ets,
gb_sets, gb_trees, ordsets, sets, sofs,
- %cerl, % uses maps instructions
- %erl_types, % uses maps instructions
- cerl_trees, erl_bif_types,
+ cerl, erl_types, cerl_trees, erl_bif_types,
dialyzer_analysis_callgraph, dialyzer, dialyzer_behaviours,
dialyzer_codeserver, dialyzer_contracts,
dialyzer_coordinator, dialyzer_dataflow, dialyzer_dep,