summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/instrs.tab
diff options
context:
space:
mode:
authorBjörn Gustavsson <bjorn@erlang.org>2019-03-18 05:41:31 +0100
committerBjörn Gustavsson <bjorn@erlang.org>2019-03-19 16:02:00 +0100
commit3398cc02c91e5231b2552ae92a75b9dd2c05be29 (patch)
tree3997d4a858d60288fc1d291819dedff6a8efba9c /erts/emulator/beam/instrs.tab
parentffa22bf1013c7dfeeb7bbf846983dfe39deb7e52 (diff)
downloaderlang-3398cc02c91e5231b2552ae92a75b9dd2c05be29.tar.gz
Remove the move_dup instruction
move_dup is used very infrequently.
Diffstat (limited to 'erts/emulator/beam/instrs.tab')
-rw-r--r--erts/emulator/beam/instrs.tab4
1 files changed, 0 insertions, 4 deletions
diff --git a/erts/emulator/beam/instrs.tab b/erts/emulator/beam/instrs.tab
index 590a55eb9d..3cb12dba4a 100644
--- a/erts/emulator/beam/instrs.tab
+++ b/erts/emulator/beam/instrs.tab
@@ -500,10 +500,6 @@ move3(S1, D1, S2, D2, S3, D3) {
$D3 = $S3;
}
-move_dup(Src, D1, D2) {
- $D1 = $D2 = $Src;
-}
-
move2_par(S1, D1, S2, D2) {
Eterm V1, V2;
V1 = $S1;