diff options
| author | Bill Wendling <isanbard@gmail.com> | 2010-04-30 23:19:29 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2010-04-30 23:19:29 +0000 |
| commit | 06cacb1291cd69791649216430a96396c7bca1eb (patch) | |
| tree | 62dfcb4c5512b436dc6d9ed9845848d70f621748 /llvm | |
| parent | 613fb7daa6d770fd9276d8fe144155abd4305ef2 (diff) | |
| download | bcm5719-llvm-06cacb1291cd69791649216430a96396c7bca1eb.tar.gz bcm5719-llvm-06cacb1291cd69791649216430a96396c7bca1eb.zip | |
Maybe it needs sse2?
llvm-svn: 102802
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/X86/2010-04-30-VectorUnrollBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2010-04-30-VectorUnrollBug.ll b/llvm/test/CodeGen/X86/2010-04-30-VectorUnrollBug.ll index 42ccf6db0fe..4e5597668cc 100644 --- a/llvm/test/CodeGen/X86/2010-04-30-VectorUnrollBug.ll +++ b/llvm/test/CodeGen/X86/2010-04-30-VectorUnrollBug.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86-64 -mtriple=x86_64-apple-darwin -disable-mmx | FileCheck %s +; RUN: llc < %s -march=x86-64 -mattr=+sse2 -mtriple=x86_64-apple-darwin -disable-mmx | FileCheck %s ; <rdar://problem/7897988> define void @test1(i8** %a, i64* %b, i64 %c, i64 %d) nounwind { |

