summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/select.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-12-05 02:08:07 +0000
committerChris Lattner <sabre@nondot.org>2010-12-05 02:08:07 +0000
commit777dd0739460500feb1d19d92531a34367d92e86 (patch)
tree8dd4256711324604d7d408cfebb4b2446d7205ce /test/CodeGen/X86/select.ll
parent96908b17ae7df4c838853a41df9a4c034b435446 (diff)
downloadllvm-777dd0739460500feb1d19d92531a34367d92e86.tar.gz
llvm-777dd0739460500feb1d19d92531a34367d92e86.tar.bz2
llvm-777dd0739460500feb1d19d92531a34367d92e86.tar.xz
fix the rest of the linux miscompares :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120933 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/select.ll')
-rw-r--r--test/CodeGen/X86/select.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/select.ll b/test/CodeGen/X86/select.ll
index 11ace19a13..b2f87bc2cf 100644
--- a/test/CodeGen/X86/select.ll
+++ b/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 }