diff options
author | John Högberg <[email protected]> | 2018-09-28 14:08:23 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2018-09-28 14:08:23 +0200 |
commit | 7d941c529dc9db016af30cdace2df089d1648dbf (patch) | |
tree | ce04f9922931e927ca22d75a2cd0fd4d0d0328eb /lib/compiler/src/compiler.app.src | |
parent | 08ef38b2c9f84ed118e693bff38efa69fc2c7eb8 (diff) | |
parent | afa36d2081927c46a4c3ddceb40276fc7756bb51 (diff) | |
download | otp-7d941c529dc9db016af30cdace2df089d1648dbf.tar.gz otp-7d941c529dc9db016af30cdace2df089d1648dbf.tar.bz2 otp-7d941c529dc9db016af30cdace2df089d1648dbf.zip |
Merge pull request #1958 from jhogberg/john/compiler/ssa-bsm-opt
Rewrite BSM optimizations in the new SSA-based intermediate format
Diffstat (limited to 'lib/compiler/src/compiler.app.src')
-rw-r--r-- | lib/compiler/src/compiler.app.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compiler/src/compiler.app.src b/lib/compiler/src/compiler.app.src index bb281376ef..7b802fdd62 100644 --- a/lib/compiler/src/compiler.app.src +++ b/lib/compiler/src/compiler.app.src @@ -25,7 +25,6 @@ beam_asm, beam_block, beam_bs, - beam_bsm, beam_clean, beam_dict, beam_disasm, @@ -37,6 +36,7 @@ beam_opcodes, beam_peep, beam_ssa, + beam_ssa_bsm, beam_ssa_codegen, beam_ssa_dead, beam_ssa_lint, |