summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-06-13 12:05:06 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-06-13 12:05:06 +0000
commitc5865cb4fcfb57fd979af4b1e816d0a35e5bf444 (patch)
tree91c88bbbde3c12b0684d3d0d909b1c3d260f3312 /test/CodeGen/X86
parenta411d0e6313cebc56e0d0f309e275748553dce2b (diff)
downloadllvm-c5865cb4fcfb57fd979af4b1e816d0a35e5bf444.tar.gz
llvm-c5865cb4fcfb57fd979af4b1e816d0a35e5bf444.tar.bz2
llvm-c5865cb4fcfb57fd979af4b1e816d0a35e5bf444.tar.xz
llvm/test/CodeGen/X86/fast-isel-args-fail2.ll: Don't expect to fail with -Asserts. It might or might not crash.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210894 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86')
-rw-r--r--test/CodeGen/X86/fast-isel-args-fail2.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/fast-isel-args-fail2.ll b/test/CodeGen/X86/fast-isel-args-fail2.ll
index eddb18c2bf..08de472c2a 100644
--- a/test/CodeGen/X86/fast-isel-args-fail2.ll
+++ b/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 }