From 01312dd0b499f0365e311b91c4c97edaef04bc97 Mon Sep 17 00:00:00 2001 From: Bruno Cardoso Lopes Date: Mon, 23 Feb 2015 15:33:40 +0000 Subject: [PATCH] [X86] Add specific mtriple in order to appease builbots git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230229 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/mmx-fold-load.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/mmx-fold-load.ll b/test/CodeGen/X86/mmx-fold-load.ll index 71209e1ac25..ef31ffc2a3d 100644 --- a/test/CodeGen/X86/mmx-fold-load.ll +++ b/test/CodeGen/X86/mmx-fold-load.ll @@ -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: -- 2.34.1