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

Evan Cheng evan.cheng at apple.com
Tue Apr 13 11:54:04 PDT 2010


Author: evancheng
Date: Tue Apr 13 13:54:04 2010
New Revision: 101163

URL: http://llvm.org/viewvc/llvm-project?rev=101163&view=rev
Log:
Fix test on non-x86 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=101163&r1=101162&r2=101163&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/brcond.ll (original)
+++ llvm/trunk/test/CodeGen/X86/brcond.ll Tue Apr 13 13:54:04 2010
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=i386-apple-darwin10 | FileCheck %s
+; RUN: llc < %s -mtriple=i386-apple-darwin10 -mcpu=core2 | FileCheck %s
 ; rdar://7475489
 
 define i32 @test1(i32 %a, i32 %b) nounwind ssp {





More information about the llvm-commits mailing list