aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/vec_ins_extract-1.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-02-20 07:10:11 +0000
committerChris Lattner <sabre@nondot.org>2009-02-20 07:10:11 +0000
commite7728425050f368604c7726060bdddada7da0bb1 (patch)
tree13569034a49530f9d520315895f9fcdb4e1445f2 /test/CodeGen/X86/vec_ins_extract-1.ll
parentc17e0cf6c03a36f424fafe88497b5fdf351cd50a (diff)
downloadexternal_llvm-e7728425050f368604c7726060bdddada7da0bb1.zip
external_llvm-e7728425050f368604c7726060bdddada7da0bb1.tar.gz
external_llvm-e7728425050f368604c7726060bdddada7da0bb1.tar.bz2
make these tests pass when run on a G5.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65117 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/vec_ins_extract-1.ll')
-rw-r--r--test/CodeGen/X86/vec_ins_extract-1.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_ins_extract-1.ll b/test/CodeGen/X86/vec_ins_extract-1.ll
index 44ae039..c7eb221 100644
--- a/test/CodeGen/X86/vec_ins_extract-1.ll
+++ b/test/CodeGen/X86/vec_ins_extract-1.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep {(%esp,%eax,4)} | count 4
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah | grep {(%esp,%eax,4)} | count 4
; Inserts and extracts with variable indices must be lowered
; to memory accesses.