diff options
author | Björn Gustavsson <[email protected]> | 2011-12-07 07:11:44 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-12-07 07:11:44 +0100 |
commit | 060904e7586284f899c478c42e1075643d924517 (patch) | |
tree | f0178c60caa65d38ca3961d326cd19a4057e2428 /lib/compiler/src/Makefile | |
parent | 54ec1e2ccc3fd9d61be6a66db807d8a7567c2313 (diff) | |
parent | 1687a490039698fab6ccabdbbd61faa5d9d5eb41 (diff) | |
download | otp-060904e7586284f899c478c42e1075643d924517.tar.gz otp-060904e7586284f899c478c42e1075643d924517.tar.bz2 otp-060904e7586284f899c478c42e1075643d924517.zip |
Merge branch 'bjorn/compiler/inline-binary-matching/OTP-9770'
* bjorn/compiler/inline-binary-matching/OTP-9770:
beam_validator: Fix type for failure label for bs_start_match2/5
inline_SUITE: Add the comma_splitter/1 test case
Teach the compiler the 'no_dead' option
Diffstat (limited to 'lib/compiler/src/Makefile')
-rw-r--r-- | lib/compiler/src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compiler/src/Makefile b/lib/compiler/src/Makefile index 1238d113e1..7a237608ad 100644 --- a/lib/compiler/src/Makefile +++ b/lib/compiler/src/Makefile @@ -59,6 +59,7 @@ MODULES = \ beam_opcodes \ beam_peep \ beam_receive \ + beam_split \ beam_trim \ beam_type \ beam_utils \ |