diff options
author | Björn Gustavsson <[email protected]> | 2019-02-15 07:11:10 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2019-02-15 10:37:41 +0100 |
commit | bce7826854cf0d5dda9f11d8ea9f8920dd0ba7f3 (patch) | |
tree | 8212cc48a59fb234fbf14e93a11efbaba4406b52 /.gitignore | |
parent | 827af9b07c11dedeb007559d6c596705f6e63f03 (diff) | |
download | otp-bce7826854cf0d5dda9f11d8ea9f8920dd0ba7f3.tar.gz otp-bce7826854cf0d5dda9f11d8ea9f8920dd0ba7f3.tar.bz2 otp-bce7826854cf0d5dda9f11d8ea9f8920dd0ba7f3.zip |
Add test modules that disable all SSA optimizations
This makes sure that the SSA optimizations are not essential and
may help to cover more code in beam_ssa_pre_codegen and
beam_ssa_codegen.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e426c042a2..72724f8ee8 100644 --- a/.gitignore +++ b/.gitignore @@ -244,6 +244,7 @@ JAVADOC-GENERATED /lib/compiler/src/core_parse.erl /lib/compiler/test/*_no_opt_SUITE.erl +/lib/compiler/test/*_no_ssa_opt_SUITE.erl /lib/compiler/test/*_post_opt_SUITE.erl /lib/compiler/test/*_inline_SUITE.erl /lib/compiler/test/*_r21_SUITE.erl |