diff options
author | Björn Gustavsson <[email protected]> | 2010-04-28 10:58:58 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2010-05-20 12:20:50 +0200 |
commit | ea404afa892da6523e07168718722b8b47e048f6 (patch) | |
tree | fa1451a263bafeac880406c19437c8b85f4d4066 /lib/compiler/src/genop.tab | |
parent | 9acf89585577a6b26f553838c6663e0aa9f5ecfb (diff) | |
download | otp-ea404afa892da6523e07168718722b8b47e048f6.tar.gz otp-ea404afa892da6523e07168718722b8b47e048f6.tar.bz2 otp-ea404afa892da6523e07168718722b8b47e048f6.zip |
Remove the bs_bits_to_bytes/3 instruction
The last compiler to generate code that uses the bs_bits_to_bytes/3
instruction was the R11 compiler. Since we don't support loading
R11 *.beam files in R14, removing the remaining support for the
instruction.
Diffstat (limited to 'lib/compiler/src/genop.tab')
-rw-r--r-- | lib/compiler/src/genop.tab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compiler/src/genop.tab b/lib/compiler/src/genop.tab index d7e344b019..63527bda8f 100644 --- a/lib/compiler/src/genop.tab +++ b/lib/compiler/src/genop.tab @@ -208,7 +208,7 @@ BEAM_FORMAT_NUMBER=0 # New instructions in R10B. 109: bs_init2/6 -110: bs_bits_to_bytes/3 +110: -bs_bits_to_bytes/3 111: bs_add/5 112: apply/1 113: apply_last/2 |