summaryrefslogtreecommitdiff
path: root/lib/compiler/test/compile_SUITE.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <bjorn@erlang.org>2019-09-19 14:20:30 +0200
committerGitHub <noreply@github.com>2019-09-19 14:20:30 +0200
commitaeb981bcf48be40027e5332831026dd440daf348 (patch)
treec10e6501988ae92093ab8174b38c4b02dde37966 /lib/compiler/test/compile_SUITE.erl
parent43d8e4299d49141bab2d1145de64c3593252b073 (diff)
parent148567a6b9258ae74138566c9109d348b1768583 (diff)
downloaderlang-aeb981bcf48be40027e5332831026dd440daf348.tar.gz
Merge pull request #2387 from bjorng/bjorn/compiler/bool-opt
Move guard optimizations from v3_kernel to a new beam_ssa_bool pass
Diffstat (limited to 'lib/compiler/test/compile_SUITE.erl')
-rw-r--r--lib/compiler/test/compile_SUITE.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/compiler/test/compile_SUITE.erl b/lib/compiler/test/compile_SUITE.erl
index 453debc0c1..264a3c2b67 100644
--- a/lib/compiler/test/compile_SUITE.erl
+++ b/lib/compiler/test/compile_SUITE.erl
@@ -374,6 +374,8 @@ do_file_listings(DataDir, PrivDir, [File|Files]) ->
{dcbsm, ".core_bsm"},
{dkern, ".kernel"},
{dssa, ".ssa"},
+ {dbool, ".bool"},
+ {dssashare, ".ssashare"},
{dssaopt, ".ssaopt"},
{dprecg, ".precodegen"},
{dcg, ".codegen"},