diff options
author | Evan Cheng <evan.cheng@apple.com> | 2011-07-08 22:29:33 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2011-07-08 22:29:33 +0000 |
commit | fd7e3fcad3538e1a33a23da0378a84ea73877b98 (patch) | |
tree | d42006f5de39c19039c5c066b32f2116f5142303 /llvm/test/CodeGen/X86/sse3.ll | |
parent | 59a3ab6e4664edaf7c6b65fbc9dcc57fbd64fdf1 (diff) | |
download | bcm5719-llvm-fd7e3fcad3538e1a33a23da0378a84ea73877b98.tar.gz bcm5719-llvm-fd7e3fcad3538e1a33a23da0378a84ea73877b98.zip |
Fix broken x86_64 tests which specify non-64-bit cpu's.
llvm-svn: 134756
Diffstat (limited to 'llvm/test/CodeGen/X86/sse3.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/sse3.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/sse3.ll b/llvm/test/CodeGen/X86/sse3.ll index 6658329b92a..8b3a317ffb7 100644 --- a/llvm/test/CodeGen/X86/sse3.ll +++ b/llvm/test/CodeGen/X86/sse3.ll @@ -1,6 +1,6 @@ -; These are tests for SSE3 codegen. Yonah has SSE3 and earlier but not SSSE3+. +; These are tests for SSE3 codegen. -; RUN: llc < %s -march=x86-64 -mcpu=yonah -mtriple=i686-apple-darwin9 -O3 \ +; RUN: llc < %s -march=x86-64 -mcpu=nocona -mtriple=i686-apple-darwin9 -O3 \ ; RUN: | FileCheck %s --check-prefix=X64 ; Test for v8xi16 lowering where we extract the first element of the vector and |