From 183ddd8ed33f6442bd4aa01b6629183cbb814d9e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 5 Dec 2010 02:08:07 +0000 Subject: fix the rest of the linux miscompares :) llvm-svn: 120933 --- llvm/test/CodeGen/X86/select.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/X86/select.ll') diff --git a/llvm/test/CodeGen/X86/select.ll b/llvm/test/CodeGen/X86/select.ll index 11ace19a136..b2f87bc2cf4 100644 --- a/llvm/test/CodeGen/X86/select.ll +++ b/llvm/test/CodeGen/X86/select.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86-64 | FileCheck %s +; RUN: llc < %s -mtriple=x86_64-apple-darwin10 | FileCheck %s ; PR5757 %0 = type { i64, i32 } -- cgit v1.2.3