diff options
author | John Högberg <[email protected]> | 2019-06-13 11:31:24 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2019-06-13 11:31:24 +0200 |
commit | a3e094c4d58b614ba714559a62411b779e66f08a (patch) | |
tree | c69d7534827ce23f349364e2aee8ef94af33c109 | |
parent | 8fb03c024165d6777f429e495af676dfe020e78a (diff) | |
download | otp-a3e094c4d58b614ba714559a62411b779e66f08a.tar.gz otp-a3e094c4d58b614ba714559a62411b779e66f08a.tar.bz2 otp-a3e094c4d58b614ba714559a62411b779e66f08a.zip |
erts: Relax the constraint introduced in OTP-15871
-rw-r--r-- | erts/emulator/beam/ops.tab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/ops.tab b/erts/emulator/beam/ops.tab index e9107933f9..9d68a4a68b 100644 --- a/erts/emulator/beam/ops.tab +++ b/erts/emulator/beam/ops.tab @@ -703,7 +703,7 @@ get_tuple_element Reg=x P1 D1=x | \ get_tuple_element Reg=x P2 D2=x | \ get_tuple_element Reg=x P3 D3=x | \ succ(P1, P2) | succ(P2, P3) | succ(D1, D2) | succ(D2, D3) | \ - distinct(D1, Reg) | distinct(D2, Reg) | distinct(D3, Reg) => \ + distinct(D1, Reg) | distinct(D2, Reg) => \ i_get_tuple_element3 Reg P1 D1 get_tuple_element Reg=x P1 D1=x | \ |