fix the rest of the linux miscompares :)
authorChris Lattner <sabre@nondot.org>
Sun, 5 Dec 2010 02:08:07 +0000 (02:08 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 5 Dec 2010 02:08:07 +0000 (02:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120933 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/select.ll

index 11ace19a13616838e50def86ecfe6a5ca1ae03b0..b2f87bc2cf4565a1899fe44273da007a9f492287 100644 (file)
@@ -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 }