diff options
author | Chris Lattner <sabre@nondot.org> | 2009-02-20 07:10:11 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-02-20 07:10:11 +0000 |
commit | 52e8d4cc5dc764c54613d54e7c5bf02ace76c7ba (patch) | |
tree | dd70b820bacb5f9573ecec0a94d3c98671ae0069 /llvm/test/CodeGen/X86/vec_ins_extract-1.ll | |
parent | b9b440cde6e9a1580c0b4e56ae4ecc691e322660 (diff) | |
download | bcm5719-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.ll | 2 |
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. |