OSDN Git Service

Try adding an mtriple.
authorBill Wendling <isanbard@gmail.com>
Fri, 1 Oct 2010 09:40:50 +0000 (09:40 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 1 Oct 2010 09:40:50 +0000 (09:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115307 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/mmx-punpckhdq.ll

index a7c0c05..914dbb7 100644 (file)
@@ -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) {