From c5865cb4fcfb57fd979af4b1e816d0a35e5bf444 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 13 Jun 2014 12:05:06 +0000 Subject: [PATCH] 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 --- test/CodeGen/X86/fast-isel-args-fail2.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CodeGen/X86/fast-isel-args-fail2.ll b/test/CodeGen/X86/fast-isel-args-fail2.ll index eddb18c2bf0..08de472c2a5 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 }