summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/darwin-bzero.ll
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2008-10-01 01:02:18 +0000
committerBill Wendling <isanbard@gmail.com>2008-10-01 01:02:18 +0000
commitae595dc9dab20f0efa16deab533be219f0c56c5b (patch)
treeb3aedbc69efc259ecff467562b86bb261222ffe8 /test/CodeGen/X86/darwin-bzero.ll
parent6158d8492cc021bb47caee6d4755135ef1d855a4 (diff)
downloadllvm-ae595dc9dab20f0efa16deab533be219f0c56c5b.tar.gz
llvm-ae595dc9dab20f0efa16deab533be219f0c56c5b.tar.bz2
llvm-ae595dc9dab20f0efa16deab533be219f0c56c5b.tar.xz
Moved this option to the front-end.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56901 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/darwin-bzero.ll')
-rw-r--r--test/CodeGen/X86/darwin-bzero.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/X86/darwin-bzero.ll b/test/CodeGen/X86/darwin-bzero.ll
index 63185cc2d2..c292140e10 100644
--- a/test/CodeGen/X86/darwin-bzero.ll
+++ b/test/CodeGen/X86/darwin-bzero.ll
@@ -1,5 +1,4 @@
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin10 | grep __bzero
-; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin10 -no-builtin | grep _memset
declare void @llvm.memset.i32(i8*, i8, i32, i32)