diff options
author | Björn Gustavsson <[email protected]> | 2017-10-30 10:22:10 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-10-30 10:22:10 +0100 |
commit | e59f7186cdde0c6435ab87ea33b241dc3a8204bf (patch) | |
tree | 3abcf5f0f58bd8cbdca12586309284fecbf534be /lib/compiler/src/compiler.app.src | |
parent | 7b4ee9cdff7f4a5ea7600033186efe7fd6568d8e (diff) | |
parent | 758712d629475a2f34f8b48babcbae953381b915 (diff) | |
download | otp-e59f7186cdde0c6435ab87ea33b241dc3a8204bf.tar.gz otp-e59f7186cdde0c6435ab87ea33b241dc3a8204bf.tar.bz2 otp-e59f7186cdde0c6435ab87ea33b241dc3a8204bf.zip |
Merge branch 'bjorn/compiler/eliminate-v3_life/OTP-14712'
* bjorn/compiler/eliminate-v3_life/OTP-14712:
Eliminate the v3_life pass
Diffstat (limited to 'lib/compiler/src/compiler.app.src')
-rw-r--r-- | lib/compiler/src/compiler.app.src | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/compiler/src/compiler.app.src b/lib/compiler/src/compiler.app.src index 703cf1d1b8..cf32fd251c 100644 --- a/lib/compiler/src/compiler.app.src +++ b/lib/compiler/src/compiler.app.src @@ -68,8 +68,7 @@ v3_codegen, v3_core, v3_kernel, - v3_kernel_pp, - v3_life + v3_kernel_pp ]}, {registered, []}, {applications, [kernel, stdlib]}, |