[llvm-commits] [llvm] r120933 - /llvm/trunk/test/CodeGen/X86/select.ll

Chris Lattner sabre at nondot.org
Sat Dec 4 18:08:07 PST 2010


Author: lattner
Date: Sat Dec  4 20:08:07 2010
New Revision: 120933

URL: http://llvm.org/viewvc/llvm-project?rev=120933&view=rev
Log:
fix the rest of the linux miscompares :)

Modified:
    llvm/trunk/test/CodeGen/X86/select.ll

Modified: llvm/trunk/test/CodeGen/X86/select.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/select.ll?rev=120933&r1=120932&r2=120933&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/select.ll (original)
+++ llvm/trunk/test/CodeGen/X86/select.ll Sat Dec  4 20:08:07 2010
@@ -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 }





More information about the llvm-commits mailing list