From b8ed66de4d15a02418592cf6cc0676657e37c58f 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. llvm-svn: 210894 --- llvm/test/CodeGen/X86/fast-isel-args-fail2.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/CodeGen/X86/fast-isel-args-fail2.ll b/llvm/test/CodeGen/X86/fast-isel-args-fail2.ll index eddb18c2bf03..08de472c2a54 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 }