aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src/compile.erl
diff options
context:
space:
mode:
authorJohn Högberg <[email protected]>2019-05-24 15:26:53 +0200
committerJohn Högberg <[email protected]>2019-06-12 13:33:46 +0200
commit9cfcddacc961301733619d998833e0fe345966e7 (patch)
treed56524c1d47718e3c3b7c6cf58f196c35b7d1663 /lib/compiler/src/compile.erl
parent9bf77c86ec83853d321958dac3582fdc2f00b045 (diff)
downloadotp-9cfcddacc961301733619d998833e0fe345966e7.tar.gz
otp-9cfcddacc961301733619d998833e0fe345966e7.tar.bz2
otp-9cfcddacc961301733619d998833e0fe345966e7.zip
compiler: Move "known functions" to beam_types
Diffstat (limited to 'lib/compiler/src/compile.erl')
-rw-r--r--lib/compiler/src/compile.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compiler/src/compile.erl b/lib/compiler/src/compile.erl
index 28ab8813ba..098f82fdc0 100644
--- a/lib/compiler/src/compile.erl
+++ b/lib/compiler/src/compile.erl
@@ -2093,6 +2093,7 @@ pre_load() ->
L = [beam_a,
beam_asm,
beam_block,
+ beam_call_types,
beam_clean,
beam_dict,
beam_flatten,