aboutsummaryrefslogtreecommitdiffstats
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
commit9b1641aa55cbf160ab92870ce7f2f14bd63b032c (patch)
treeb3aedbc69efc259ecff467562b86bb261222ffe8
parent4b2e37853b659c5d8dd85c8113ac41522d8f4726 (diff)
downloadexternal_llvm-9b1641aa55cbf160ab92870ce7f2f14bd63b032c.zip
external_llvm-9b1641aa55cbf160ab92870ce7f2f14bd63b032c.tar.gz
external_llvm-9b1641aa55cbf160ab92870ce7f2f14bd63b032c.tar.bz2
Moved this option to the front-end.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56901 91177308-0d34-0410-b5e6-96231b3b80d8
-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 63185cc..c292140 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)