diff options
author | Björn Gustavsson <[email protected]> | 2018-08-21 08:17:24 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2018-09-12 14:19:04 +0200 |
commit | be092fb5fecfc382a45681d8de07fda27d77bf26 (patch) | |
tree | e25b4b4bec4ec57299b0a0684905ccf79e5289ab /lib/compiler/test | |
parent | d3551827cc0221437098c5afa492637072f8a771 (diff) | |
download | otp-be092fb5fecfc382a45681d8de07fda27d77bf26.tar.gz otp-be092fb5fecfc382a45681d8de07fda27d77bf26.tar.bz2 otp-be092fb5fecfc382a45681d8de07fda27d77bf26.zip |
Optimize 'and' and 'or' instructions
Diffstat (limited to 'lib/compiler/test')
-rw-r--r-- | lib/compiler/test/compile_SUITE.erl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/compiler/test/compile_SUITE.erl b/lib/compiler/test/compile_SUITE.erl index 8d8fc23027..2ec0bfdf83 100644 --- a/lib/compiler/test/compile_SUITE.erl +++ b/lib/compiler/test/compile_SUITE.erl @@ -1250,11 +1250,8 @@ do_opt_guards_fun([]) -> []. is_exception(guard_SUITE, {'-complex_not/1-fun-4-',1}) -> true; is_exception(guard_SUITE, {'-complex_not/1-fun-5-',1}) -> true; is_exception(guard_SUITE, {bad_guards,1}) -> true; -is_exception(guard_SUITE, {bad_guards_2,2}) -> true; is_exception(guard_SUITE, {bad_guards_3,2}) -> true; -is_exception(guard_SUITE, {csemi7,3}) -> true; is_exception(guard_SUITE, {nested_not_2b,4}) -> true; -is_exception(guard_SUITE, {tricky_1,2}) -> true; is_exception(_, _) -> false. sys_pre_attributes(Config) -> |