diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-12-05 19:26:37 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-12-05 19:26:37 +0000 |
commit | 7a15646d69269fa5fee01c2db87ab7e422cc3ff3 (patch) | |
tree | 0229d16cea1ecd9a343f37a0d7898af1002a4c2e | |
parent | eda6432bebef94e2a254889e7879c9bc261efd5a (diff) | |
download | bcm5719-llvm-7a15646d69269fa5fee01c2db87ab7e422cc3ff3.tar.gz bcm5719-llvm-7a15646d69269fa5fee01c2db87ab7e422cc3ff3.zip |
This test also requires -mattr=+sse41.
llvm-svn: 60601
-rw-r--r-- | llvm/test/CodeGen/X86/2008-12-05-SpillerCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2008-12-05-SpillerCrash.ll b/llvm/test/CodeGen/X86/2008-12-05-SpillerCrash.ll index 5d7e6ba1048..dbb7acf17f0 100644 --- a/llvm/test/CodeGen/X86/2008-12-05-SpillerCrash.ll +++ b/llvm/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 } |