[llvm-commits] [llvm] r92407 - /llvm/trunk/test/CodeGen/X86/brcond.ll

Chris Lattner sabre at nondot.org
Fri Jan 1 16:22:15 PST 2010


Author: lattner
Date: Fri Jan  1 18:22:15 2010
New Revision: 92407

URL: http://llvm.org/viewvc/llvm-project?rev=92407&view=rev
Log:
allow this to work on linux hosts.

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

Modified: llvm/trunk/test/CodeGen/X86/brcond.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/brcond.ll?rev=92407&r1=92406&r2=92407&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/brcond.ll (original)
+++ llvm/trunk/test/CodeGen/X86/brcond.ll Fri Jan  1 18:22:15 2010
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 | FileCheck %s
+; RUN: llc < %s -mtriple=i386-apple-darwin10 | FileCheck %s
 ; rdar://7475489
 
 define i32 @test1(i32 %a, i32 %b) nounwind ssp {





More information about the llvm-commits mailing list