Update test case to use "not" instead of "XFAIL".
authorJuergen Ributzka <juergen@apple.com>
Thu, 12 Jun 2014 21:17:40 +0000 (21:17 +0000)
committerJuergen Ributzka <juergen@apple.com>
Thu, 12 Jun 2014 21:17:40 +0000 (21:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210829 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/fast-isel-args-fail2.ll

index 1b5e55c004a7473ef728333540a127d31b8f5dfa..eddb18c2bf0382391a769fd404f1d2db6079fe2b 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: llc < %s -fast-isel -fast-isel-abort-args -mtriple=x86_64-apple-darwin10
-; XFAIL: *
+; RUN: not --crash llc < %s -fast-isel -fast-isel-abort-args -mtriple=x86_64-apple-darwin10
 
 %struct.s0 = type { x86_fp80, x86_fp80 }