summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit52e8d4cc5dc764c54613d54e7c5bf02ace76c7ba (patch)
treedd70b820bacb5f9573ecec0a94d3c98671ae0069 /llvm/test/CodeGen/X86/vec_ins_extract-1.ll
parentb9b440cde6e9a1580c0b4e56ae4ecc691e322660 (diff)
downloadbcm5719-llvm-52e8d4cc5dc764c54613d54e7c5bf02ace76c7ba.tar.gz
bcm5719-llvm-52e8d4cc5dc764c54613d54e7c5bf02ace76c7ba.zip
make these tests pass when run on a G5.
llvm-svn: 65117
Diffstat (limited to 'llvm/test/CodeGen/X86/vec_ins_extract-1.ll')
-rw-r--r--llvm/test/CodeGen/X86/vec_ins_extract-1.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vec_ins_extract-1.ll b/llvm/test/CodeGen/X86/vec_ins_extract-1.ll
index 44ae0393848..c7eb221635d 100644
--- a/llvm/test/CodeGen/X86/vec_ins_extract-1.ll
+++ b/llvm/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.
OpenPOWER on IntegriCloud