From 7d7ab5d1f6659a6f68efb577c5e496ef04311857 Mon Sep 17 00:00:00 2001 From: Louis Gerbarg Date: Wed, 30 Jul 2014 20:26:09 +0000 Subject: [PATCH] Fix test case introduced in r214322 This patch adds an explicit triple to the test case introduced by r214322. This should fix build failueres that are occuring on bots that are cross building. llvm-svn: 214330 --- llvm/test/CodeGen/X86/x86-mixed-alignment-dagcombine.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/X86/x86-mixed-alignment-dagcombine.ll b/llvm/test/CodeGen/X86/x86-mixed-alignment-dagcombine.ll index 555273f..fcf7eae 100644 --- a/llvm/test/CodeGen/X86/x86-mixed-alignment-dagcombine.ll +++ b/llvm/test/CodeGen/X86/x86-mixed-alignment-dagcombine.ll @@ -1,4 +1,4 @@ -; RUN: llc -mcpu=core2 -mattr=+64bit,+sse2 < %s | FileCheck %s +; RUN: llc -mtriple=x86_64-apple-macosx10.9.0 -mcpu=core2 -mattr=+64bit,+sse2 < %s | FileCheck %s ; DAGCombine may choose to rewrite 2 loads feeding a select as a select of ; addresses feeding a load. This test ensures that when it does that it creates -- 2.7.4