aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/lib/compiler/ebin/compiler.app
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2018-10-24 11:51:18 +0200
committerBjörn Gustavsson <[email protected]>2018-10-24 11:54:20 +0200
commit885ec15333e55e0c2d450d41d9a39cd73f257384 (patch)
tree679a21b0e19816a6fb53655795d0660a77b78b13 /bootstrap/lib/compiler/ebin/compiler.app
parent6ec47f51582af516f864f7ff30cd51794723f390 (diff)
downloadotp-885ec15333e55e0c2d450d41d9a39cd73f257384.tar.gz
otp-885ec15333e55e0c2d450d41d9a39cd73f257384.tar.bz2
otp-885ec15333e55e0c2d450d41d9a39cd73f257384.zip
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/compiler/ebin/compiler.app')
-rw-r--r--bootstrap/lib/compiler/ebin/compiler.app3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap/lib/compiler/ebin/compiler.app b/bootstrap/lib/compiler/ebin/compiler.app
index 028ee62b42..539383e02e 100644
--- a/bootstrap/lib/compiler/ebin/compiler.app
+++ b/bootstrap/lib/compiler/ebin/compiler.app
@@ -19,7 +19,7 @@
{application, compiler,
[{description, "ERTS CXC 138 10"},
- {vsn, "7.2.5"},
+ {vsn, "7.2.6"},
{modules, [
beam_a,
beam_asm,
@@ -39,6 +39,7 @@
beam_ssa_bsm,
beam_ssa_codegen,
beam_ssa_dead,
+ beam_ssa_funs,
beam_ssa_lint,
beam_ssa_opt,
beam_ssa_pp,