diff options
| author | Nadav Rotem <nadav.rotem@intel.com> | 2011-10-16 21:20:54 +0000 |
|---|---|---|
| committer | Nadav Rotem <nadav.rotem@intel.com> | 2011-10-16 21:20:54 +0000 |
| commit | 053a7358d611482980af56cd7677a6ae5fcc4f28 (patch) | |
| tree | 78f891a543b34ebcdeecdf25b9052a767e76d4d2 /llvm/test/CodeGen/X86/vsplit-and.ll | |
| parent | 5aa6ecb619bc7f77c3fa4e6a2978410e20c1eb3a (diff) | |
| download | bcm5719-llvm-053a7358d611482980af56cd7677a6ae5fcc4f28.tar.gz bcm5719-llvm-053a7358d611482980af56cd7677a6ae5fcc4f28.zip | |
Add tripple and stabalize a few more tests.
llvm-svn: 142158
Diffstat (limited to 'llvm/test/CodeGen/X86/vsplit-and.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/vsplit-and.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vsplit-and.ll b/llvm/test/CodeGen/X86/vsplit-and.ll index f9944ce2cb7..2c586ab8847 100644 --- a/llvm/test/CodeGen/X86/vsplit-and.ll +++ b/llvm/test/CodeGen/X86/vsplit-and.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86 | FileCheck %s +; RUN: llc < %s -mtriple=x86_64-linux -march=x86 | FileCheck %s define void @t(<2 x i64>* %dst, <2 x i64> %src1, <2 x i64> %src2) nounwind readonly { |

