[X86] Add specific mtriple in order to appease builbots

llvm-svn: 230229
This commit is contained in:
Bruno Cardoso Lopes 2015-02-23 15:33:40 +00:00
parent 3a8ab6ee2a
commit 1cacda086f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llc < %s -march=x86-64 -mattr=+mmx,+sse2 | FileCheck %s
; RUN: llc < %s -mtriple=x86_64-darwin -mattr=+mmx,+sse2 | FileCheck %s
define i64 @t0(<1 x i64>* %a, i32* %b) {
; CHECK-LABEL: t0: