diff options
author | Björn-Egil Dahlberg <[email protected]> | 2014-02-07 18:28:07 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2014-02-07 18:28:07 +0100 |
commit | 46cad6ef63c4b9adc7b9fd795e8484c03e73dce5 (patch) | |
tree | e3030e2464accd3bdf0242490bf66a52fcdd8249 /lib | |
parent | 0cbf6ec7444df2c0441debc6bcd5aba0bbc7104d (diff) | |
download | otp-46cad6ef63c4b9adc7b9fd795e8484c03e73dce5.tar.gz otp-46cad6ef63c4b9adc7b9fd795e8484c03e73dce5.tar.bz2 otp-46cad6ef63c4b9adc7b9fd795e8484c03e73dce5.zip |
compiler: Add debug listing after sys_core_fold
Diffstat (limited to 'lib')
-rw-r--r-- | lib/compiler/src/compile.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compiler/src/compile.erl b/lib/compiler/src/compile.erl index 0bb4de6f17..5588f1fbe5 100644 --- a/lib/compiler/src/compile.erl +++ b/lib/compiler/src/compile.erl @@ -623,6 +623,7 @@ core_passes() -> [{core_old_inliner,fun test_old_inliner/1,fun core_old_inliner/1}, {iff,doldinline,{listing,"oldinline"}}, ?pass(core_fold_module), + {iff,dcorefold,{listing,"corefold"}}, {core_inline_module,fun test_core_inliner/1,fun core_inline_module/1}, {iff,dinline,{listing,"inline"}}, {core_fold_after_inlining,fun test_core_inliner/1,fun core_fold_module_after_inlining/1}, |