[llvm] r231207 - Fix the test for r231201. We don't crash anymore.

Filipe Cabecinhas me at filcab.net
Tue Mar 3 18:09:40 PST 2015


Author: filcab
Date: Tue Mar  3 20:09:40 2015
New Revision: 231207

URL: http://llvm.org/viewvc/llvm-project?rev=231207&view=rev
Log:
Fix the test for r231201. We don't crash anymore.

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=231207&r1=231206&r2=231207&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fast-isel-args-fail2.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fast-isel-args-fail2.ll Tue Mar  3 20:09:40 2015
@@ -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 }





More information about the llvm-commits mailing list