From 7eefc249b8f8ef5aa79cd7dfe9d100a19237ddef Mon Sep 17 00:00:00 2001 From: Filipe Cabecinhas Date: Wed, 4 Mar 2015 02:09:40 +0000 Subject: [PATCH] Fix the test for r231201. We don't crash anymore. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231207 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/fast-isel-args-fail2.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/fast-isel-args-fail2.ll b/test/CodeGen/X86/fast-isel-args-fail2.ll index 124ba025784..f7066577f2d 100644 --- a/test/CodeGen/X86/fast-isel-args-fail2.ll +++ b/test/CodeGen/X86/fast-isel-args-fail2.ll @@ -1,4 +1,4 @@ -; RUN: not --crash llc < %s -fast-isel -fast-isel-abort=2 -mtriple=x86_64-apple-darwin10 +; RUN: not llc < %s -fast-isel -fast-isel-abort=2 -mtriple=x86_64-apple-darwin10 ; REQUIRES: asserts %struct.s0 = type { x86_fp80, x86_fp80 }