summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/memset-2.ll
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2011-01-07 11:35:21 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2011-01-07 11:35:21 +0000
commit50dd09bd8592822214ff5fd66cffc3421b92d079 (patch)
tree1bdaabbaa561097dd5f3b307ba7badbab701c749 /test/CodeGen/X86/memset-2.ll
parent8a644f4f6fb58767b69e9a77bf15e1252e0a2aee (diff)
downloadllvm-50dd09bd8592822214ff5fd66cffc3421b92d079.tar.gz
llvm-50dd09bd8592822214ff5fd66cffc3421b92d079.tar.bz2
llvm-50dd09bd8592822214ff5fd66cffc3421b92d079.tar.xz
Try to unbreak the arm buildbot.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122999 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/memset-2.ll')
-rw-r--r--test/CodeGen/X86/memset-2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/memset-2.ll b/test/CodeGen/X86/memset-2.ll
index eb5597eb6f..128799d0f5 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