aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/compile_SUITE.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2019-02-20 10:00:01 +0100
committerGitHub <[email protected]>2019-02-20 10:00:01 +0100
commit68fd17a4458b66a8a61e41b69dab55e707507fac (patch)
tree7583e07f4d7a918b8502a7284d0bb7536f43bf35 /lib/compiler/test/compile_SUITE.erl
parent50ce3f30ca1f6548fb7fdf7fca268e4d5ef6094b (diff)
parent26c93c06ebb9b1585418d463142f63bdca071f85 (diff)
downloadotp-68fd17a4458b66a8a61e41b69dab55e707507fac.tar.gz
otp-68fd17a4458b66a8a61e41b69dab55e707507fac.tar.bz2
otp-68fd17a4458b66a8a61e41b69dab55e707507fac.zip
Merge pull request #2146 from bjorng/bjorn/compiler/set_tuple_element
Do the destructive setelement optimization in SSA
Diffstat (limited to 'lib/compiler/test/compile_SUITE.erl')
-rw-r--r--lib/compiler/test/compile_SUITE.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/compiler/test/compile_SUITE.erl b/lib/compiler/test/compile_SUITE.erl
index 78c4bbe9c0..408af80dd9 100644
--- a/lib/compiler/test/compile_SUITE.erl
+++ b/lib/compiler/test/compile_SUITE.erl
@@ -372,7 +372,6 @@ do_file_listings(DataDir, PrivDir, [File|Files]) ->
{dcore, ".core"},
{dcopt, ".copt"},
{dcbsm, ".core_bsm"},
- {dsetel, ".dsetel"},
{dkern, ".kernel"},
{dssa, ".ssa"},
{dssaopt, ".ssaopt"},