diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-06-13 12:05:06 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-06-13 12:05:06 +0000 |
| commit | b8ed66de4d15a02418592cf6cc0676657e37c58f (patch) | |
| tree | 481ec052820d4a61506767c99954b0c726fb675d /llvm/test/CodeGen/X86/fast-isel-args-fail2.ll | |
| parent | f0f82079951ef6165f16ff1dfa3879cf2d54fa83 (diff) | |
| download | bcm5719-llvm-b8ed66de4d15a02418592cf6cc0676657e37c58f.tar.gz bcm5719-llvm-b8ed66de4d15a02418592cf6cc0676657e37c58f.zip | |
llvm/test/CodeGen/X86/fast-isel-args-fail2.ll: Don't expect to fail with -Asserts. It might or might not crash.
llvm-svn: 210894
Diffstat (limited to 'llvm/test/CodeGen/X86/fast-isel-args-fail2.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/fast-isel-args-fail2.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/fast-isel-args-fail2.ll b/llvm/test/CodeGen/X86/fast-isel-args-fail2.ll index eddb18c2bf0..08de472c2a5 100644 --- a/llvm/test/CodeGen/X86/fast-isel-args-fail2.ll +++ b/llvm/test/CodeGen/X86/fast-isel-args-fail2.ll @@ -1,4 +1,5 @@ ; RUN: not --crash llc < %s -fast-isel -fast-isel-abort-args -mtriple=x86_64-apple-darwin10 +; REQUIRES: asserts %struct.s0 = type { x86_fp80, x86_fp80 } |

