aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src/v3_codegen.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2012-11-12 15:59:25 +0100
committerBjörn Gustavsson <[email protected]>2012-11-12 15:59:25 +0100
commit24797b6ba55cfd83438381234c3108540ea29acb (patch)
tree96b1b5bcf8274e6cbbf037d006a85bf71113717e /lib/compiler/src/v3_codegen.erl
parentb2d60adf1be948ce4cc257c8422429c08039b4f6 (diff)
parenta7190c2356ed82317a860e9db691e2d1a49a67d8 (diff)
downloadotp-24797b6ba55cfd83438381234c3108540ea29acb.tar.gz
otp-24797b6ba55cfd83438381234c3108540ea29acb.tar.bz2
otp-24797b6ba55cfd83438381234c3108540ea29acb.zip
Merge branch 'maint'
* maint: Fix compiler crash for binary matching and a complicated guard
Diffstat (limited to 'lib/compiler/src/v3_codegen.erl')
-rw-r--r--lib/compiler/src/v3_codegen.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compiler/src/v3_codegen.erl b/lib/compiler/src/v3_codegen.erl
index 3b73269545..6a13495523 100644
--- a/lib/compiler/src/v3_codegen.erl
+++ b/lib/compiler/src/v3_codegen.erl
@@ -379,6 +379,7 @@ bsm_rename_ctx(#l{ke={test,_,_}}=L, _, _, _) -> L;
bsm_rename_ctx(#l{ke={bif,_,_,_}}=L, _, _, _) -> L;
bsm_rename_ctx(#l{ke={gc_bif,_,_,_}}=L, _, _, _) -> L;
bsm_rename_ctx(#l{ke={set,_,_}}=L, _, _, _) -> L;
+bsm_rename_ctx(#l{ke={call,_,_,_}}=L, _, _, _) -> L;
bsm_rename_ctx(#l{ke={block,_}}=L, Old, _, false) ->
%% This block is not inside a protected. The match context variable cannot
%% possibly be live inside the block.