summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-04-13 18:54:04 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-04-13 18:54:04 +0000
commit4d89dd8353f4b1231377abf5a12676f70e7a2761 (patch)
tree4792bbd5e78c1eb93144db3452b750f39ce18c5a /llvm
parent4ca4bc6f95d80d896e632e08bcb765813fd515d4 (diff)
downloadbcm5719-llvm-4d89dd8353f4b1231377abf5a12676f70e7a2761.tar.gz
bcm5719-llvm-4d89dd8353f4b1231377abf5a12676f70e7a2761.zip
Fix test on non-x86 hosts.
llvm-svn: 101163
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/X86/brcond.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/brcond.ll b/llvm/test/CodeGen/X86/brcond.ll
index 14ee9e50fa8..2443cb8e7f9 100644
--- a/llvm/test/CodeGen/X86/brcond.ll
+++ b/llvm/test/CodeGen/X86/brcond.ll
@@ -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 {
OpenPOWER on IntegriCloud