Try adding an mtriple.

llvm-svn: 115307
This commit is contained in:
Bill Wendling 2010-10-01 09:40:50 +00:00
parent 56f7cd255b
commit b3a1022572
1 changed files with 2 additions and 2 deletions

View 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) {