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/fold-pcmpeqd-2.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/fold-pcmpeqd-2.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/fold-pcmpeqd-2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fold-pcmpeqd-2.ll b/llvm/test/CodeGen/X86/fold-pcmpeqd-2.ll index e347000dcf5..de6ba6c49ff 100644 --- a/llvm/test/CodeGen/X86/fold-pcmpeqd-2.ll +++ b/llvm/test/CodeGen/X86/fold-pcmpeqd-2.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin | not grep pcmpeqd +; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin -mcpu=yonah | not grep pcmpeqd ; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin | grep pcmpeqd | count 1 ; This testcase should need to spill the -1 value on x86-32, |