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/v3_kernel.hrl | |
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/v3_kernel.hrl')
-rw-r--r-- | lib/compiler/src/v3_kernel.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compiler/src/v3_kernel.hrl b/lib/compiler/src/v3_kernel.hrl index 7cd30b25a8..87011b7680 100644 --- a/lib/compiler/src/v3_kernel.hrl +++ b/lib/compiler/src/v3_kernel.hrl @@ -79,7 +79,7 @@ -record(k_guard_clause, {anno=[],guard,body}). -record(k_break, {anno=[],args=[]}). --record(k_guard_break, {anno=[],args=[]}). +-record(k_guard_break, {anno=[],args=[],locked=[]}). -record(k_return, {anno=[],args=[]}). %%k_get_anno(Thing) -> element(2, Thing). |