diff options
author | Björn Gustavsson <[email protected]> | 2018-10-31 13:07:56 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2018-10-31 13:18:42 +0100 |
commit | 94517048c3dad66c6c6469088d174cefcbbdb552 (patch) | |
tree | 5e56189b9fd8ed7fb6e9d542feb23fdd621b494a /lib/tools/src/instrument.erl | |
parent | 3094642858ec071f9e98cfa666b82e06648b5266 (diff) | |
download | otp-94517048c3dad66c6c6469088d174cefcbbdb552.tar.gz otp-94517048c3dad66c6c6469088d174cefcbbdb552.tar.bz2 otp-94517048c3dad66c6c6469088d174cefcbbdb552.zip |
Fix bug when beam_jump removes put_tuple instructions
`beam_jump` could remove a `put_tuple` instruction when the
tuple would not be used, but it would leave the following
`put` instructions. Make sure they are removed.
https://bugs.erlang.org/browse/ERL-759
Diffstat (limited to 'lib/tools/src/instrument.erl')
0 files changed, 0 insertions, 0 deletions