From: Evan Cheng Date: Fri, 5 Dec 2008 19:26:37 +0000 (+0000) Subject: This test also requires -mattr=+sse41. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9b052cfe527c060d8f95900fca9480e94aa286ea;p=oota-llvm.git This test also requires -mattr=+sse41. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60601 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/2008-12-05-SpillerCrash.ll b/test/CodeGen/X86/2008-12-05-SpillerCrash.ll index 5d7e6ba1048..dbb7acf17f0 100644 --- a/test/CodeGen/X86/2008-12-05-SpillerCrash.ll +++ b/test/CodeGen/X86/2008-12-05-SpillerCrash.ll @@ -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 }