diff options
author | John Högberg <[email protected]> | 2018-09-24 08:10:18 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2018-09-28 11:40:12 +0200 |
commit | 1fbaf155b579bfb1fdec4ac97f7b5fa2211673c6 (patch) | |
tree | 249bd29045088dda78f92dd57d3e027d3613c4f0 /lib/compiler/src/beam_ssa.erl | |
parent | 330629264c93535f352dc09b51d34f11ec791eb6 (diff) | |
download | otp-1fbaf155b579bfb1fdec4ac97f7b5fa2211673c6.tar.gz otp-1fbaf155b579bfb1fdec4ac97f7b5fa2211673c6.tar.bz2 otp-1fbaf155b579bfb1fdec4ac97f7b5fa2211673c6.zip |
Remove unused instruction bs_context_to_binary from the compiler
This has been superseded by bs_get_tail/3. Note that it is NOT
removed from the emulator or beam_disasm, as old modules are still
legal.
Diffstat (limited to 'lib/compiler/src/beam_ssa.erl')
-rw-r--r-- | lib/compiler/src/beam_ssa.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compiler/src/beam_ssa.erl b/lib/compiler/src/beam_ssa.erl index 6e0f5fffe3..1a2e759965 100644 --- a/lib/compiler/src/beam_ssa.erl +++ b/lib/compiler/src/beam_ssa.erl @@ -98,7 +98,7 @@ -type prim_op() :: 'bs_add' | 'bs_extract' | 'bs_init' | 'bs_init_writable' | 'bs_match' | 'bs_put' | 'bs_start_match' | 'bs_test_tail' | 'bs_utf16_size' | 'bs_utf8_size' | 'build_stacktrace' | - 'call' | 'catch_end' | 'context_to_binary' | + 'call' | 'catch_end' | 'extract' | 'get_hd' | 'get_map_element' | 'get_tl' | 'get_tuple_element' | 'has_map_field' | |