aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/sse3.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-07-08 22:29:33 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-07-08 22:29:33 +0000
commitf0b3c12919811f5ec1e7d400c3ad0ddb2e85852d (patch)
tree614bfe00318c6e80ad34eb270994736aafdddea2 /test/CodeGen/X86/sse3.ll
parentaa8d1b80ff35a4370a75b9d08a3e94f19e0d3dae (diff)
downloadexternal_llvm-f0b3c12919811f5ec1e7d400c3ad0ddb2e85852d.zip
external_llvm-f0b3c12919811f5ec1e7d400c3ad0ddb2e85852d.tar.gz
external_llvm-f0b3c12919811f5ec1e7d400c3ad0ddb2e85852d.tar.bz2
Fix broken x86_64 tests which specify non-64-bit cpu's.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134756 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/sse3.ll')
-rw-r--r--test/CodeGen/X86/sse3.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/sse3.ll b/test/CodeGen/X86/sse3.ll
index 6658329..8b3a317 100644
--- a/test/CodeGen/X86/sse3.ll
+++ b/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