[llvm-commits] [llvm] r60601 - /llvm/trunk/test/CodeGen/X86/2008-12-05-SpillerCrash.ll

Evan Cheng evan.cheng at apple.com
Fri Dec 5 11:26:37 PST 2008


Author: evancheng
Date: Fri Dec  5 13:26:37 2008
New Revision: 60601

URL: http://llvm.org/viewvc/llvm-project?rev=60601&view=rev
Log:
This test also requires -mattr=+sse41.

Modified:
    llvm/trunk/test/CodeGen/X86/2008-12-05-SpillerCrash.ll

Modified: llvm/trunk/test/CodeGen/X86/2008-12-05-SpillerCrash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2008-12-05-SpillerCrash.ll?rev=60601&r1=60600&r2=60601&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/2008-12-05-SpillerCrash.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2008-12-05-SpillerCrash.ll Fri Dec  5 13:26:37 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin9.5 -relocation-model=pic
+; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin9.5 -mattr=+sse41 -relocation-model=pic
 
 	%struct.XXActiveTextureTargets = type { i64, i64, i64, i64, i64, i64 }
 	%struct.XXAlphaTest = type { float, i16, i8, i8 }





More information about the llvm-commits mailing list