commit | 52e8d4cc5dc764c54613d54e7c5bf02ace76c7ba | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Feb 20 07:10:11 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Feb 20 07:10:11 2009 +0000 |
tree | dd70b820bacb5f9573ecec0a94d3c98671ae0069 | |
parent | b9b440cde6e9a1580c0b4e56ae4ecc691e322660 [diff] [blame] |
make these tests pass when run on a G5. llvm-svn: 65117
diff --git a/llvm/test/CodeGen/X86/vshift_split2.ll b/llvm/test/CodeGen/X86/vshift_split2.ll index 356e0fd1..e943849 100644 --- a/llvm/test/CodeGen/X86/vshift_split2.ll +++ b/llvm/test/CodeGen/X86/vshift_split2.ll
@@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc +; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah ; Legalization example that requires splitting a large vector into smaller pieces.