From: Benjamin Kramer Date: Fri, 7 Jan 2011 11:35:21 +0000 (+0000) Subject: Try to unbreak the arm buildbot. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=50dd09bd8592822214ff5fd66cffc3421b92d079;p=oota-llvm.git Try to unbreak the arm buildbot. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122999 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/memset-2.ll b/test/CodeGen/X86/memset-2.ll index eb5597eb6ff..128799d0f56 100644 --- a/test/CodeGen/X86/memset-2.ll +++ b/test/CodeGen/X86/memset-2.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple=i386-apple-darwin < %s | FileCheck %s +; RUN: llc -mtriple=i386-apple-darwin -mcpu=yonah < %s | FileCheck %s declare void @llvm.memset.i32(i8*, i8, i32, i32) nounwind