diff options
Diffstat (limited to 'lib/compiler')
| -rw-r--r-- | lib/compiler/src/beam_ssa_private_append.erl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/compiler/src/beam_ssa_private_append.erl b/lib/compiler/src/beam_ssa_private_append.erl index 0fb74522a3..3f2e3715ec 100644 --- a/lib/compiler/src/beam_ssa_private_append.erl +++ b/lib/compiler/src/beam_ssa_private_append.erl @@ -175,12 +175,8 @@ get_results([{Lbl,#b_blk{last=#b_ret{arg=#b_literal{val=Lit}}}}|Rest], %% which do not match the type of the element. We can safely stop %% the tracking in that case. Continue = case Element of - {tuple_elements,_} -> - is_tuple(Lit); {tuple_element,_,_} -> is_tuple(Lit); - Elements when is_list(Elements) -> - is_tuple(Lit); self -> is_bitstring(Lit); {hd,_} -> |
