[llvm] r210894 - llvm/test/CodeGen/X86/fast-isel-args-fail2.ll: Don't expect to fail with -Asserts. It might or might not crash.

NAKAMURA Takumi geek4civic at gmail.com
Fri Jun 13 05:05:06 PDT 2014


Author: chapuni
Date: Fri Jun 13 07:05:06 2014
New Revision: 210894

URL: http://llvm.org/viewvc/llvm-project?rev=210894&view=rev
Log:
llvm/test/CodeGen/X86/fast-isel-args-fail2.ll: Don't expect to fail with -Asserts. It might or might not crash.

Modified:
    llvm/trunk/test/CodeGen/X86/fast-isel-args-fail2.ll

Modified: llvm/trunk/test/CodeGen/X86/fast-isel-args-fail2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fast-isel-args-fail2.ll?rev=210894&r1=210893&r2=210894&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fast-isel-args-fail2.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fast-isel-args-fail2.ll Fri Jun 13 07:05:06 2014
@@ -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 }
 





More information about the llvm-commits mailing list