summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/mmx-punpckhdq.ll
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-10-01 09:40:50 +0000
committerBill Wendling <isanbard@gmail.com>2010-10-01 09:40:50 +0000
commitcc958c928f00fec776312968768cc5e6bc737035 (patch)
treebb5b5da0ff737559aed44874669dbc10c92570e6 /test/CodeGen/X86/mmx-punpckhdq.ll
parent8258135c908de13ceb771de1bacc8bf277bf8f70 (diff)
downloadllvm-cc958c928f00fec776312968768cc5e6bc737035.tar.gz
llvm-cc958c928f00fec776312968768cc5e6bc737035.tar.bz2
llvm-cc958c928f00fec776312968768cc5e6bc737035.tar.xz
Try adding an mtriple.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115307 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/mmx-punpckhdq.ll')
-rw-r--r--test/CodeGen/X86/mmx-punpckhdq.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/mmx-punpckhdq.ll b/test/CodeGen/X86/mmx-punpckhdq.ll
index a7c0c05a86..914dbb731c 100644
--- a/test/CodeGen/X86/mmx-punpckhdq.ll
+++ b/test/CodeGen/X86/mmx-punpckhdq.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=x86 -mattr=+mmx,+sse2 | FileCheck %s
-; RUN: llc < %s -march=x86 -mattr=+mmx,+sse2 | FileCheck %s
+; RUN: llc < %s -march=x86 -mattr=+mmx,+sse2 -mtriple=x86_64-apple-darwin10 | FileCheck %s
+; RUN: llc < %s -march=x86 -mattr=+mmx,+sse2 -mtriple=x86_64-apple-darwin10 | FileCheck %s
; There are no MMX operations in bork; promoted to XMM.
define void @bork(<1 x i64>* %x) {