aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src/v3_kernel.hrl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2017-10-30 10:22:10 +0100
committerBjörn Gustavsson <[email protected]>2017-10-30 10:22:10 +0100
commite59f7186cdde0c6435ab87ea33b241dc3a8204bf (patch)
tree3abcf5f0f58bd8cbdca12586309284fecbf534be /lib/compiler/src/v3_kernel.hrl
parent7b4ee9cdff7f4a5ea7600033186efe7fd6568d8e (diff)
parent758712d629475a2f34f8b48babcbae953381b915 (diff)
downloadotp-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.hrl2
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).