aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src/erl_bifs.erl
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2017-04-21 14:50:43 +0200
committerLukas Larsson <[email protected]>2017-04-21 14:50:43 +0200
commiteece23d7f6b225a6abc3807f9af44d1f742f7eee (patch)
treec3dd3dec6754957cbe10440fb883a34d74002307 /lib/compiler/src/erl_bifs.erl
parent38fe97060d06246804b45494cacbed134b1c51fa (diff)
downloadotp-eece23d7f6b225a6abc3807f9af44d1f742f7eee.tar.gz
otp-eece23d7f6b225a6abc3807f9af44d1f742f7eee.tar.bz2
otp-eece23d7f6b225a6abc3807f9af44d1f742f7eee.zip
erts: Polish off erlang:list_to_ref/1
Diffstat (limited to 'lib/compiler/src/erl_bifs.erl')
-rw-r--r--lib/compiler/src/erl_bifs.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compiler/src/erl_bifs.erl b/lib/compiler/src/erl_bifs.erl
index d60f73d421..3ee789e2ab 100644
--- a/lib/compiler/src/erl_bifs.erl
+++ b/lib/compiler/src/erl_bifs.erl
@@ -108,6 +108,7 @@ is_pure(erlang, list_to_binary, 1) -> true;
is_pure(erlang, list_to_float, 1) -> true;
is_pure(erlang, list_to_integer, 1) -> true;
is_pure(erlang, list_to_pid, 1) -> true;
+is_pure(erlang, list_to_ref, 1) -> true;
is_pure(erlang, list_to_tuple, 1) -> true;
is_pure(erlang, max, 2) -> true;
is_pure(erlang, min, 2) -> true;