From ae595dc9dab20f0efa16deab533be219f0c56c5b Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 1 Oct 2008 01:02:18 +0000 Subject: [PATCH] Moved this option to the front-end. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56901 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/darwin-bzero.ll | 1 - 1 file changed, 1 deletion(-) diff --git a/test/CodeGen/X86/darwin-bzero.ll b/test/CodeGen/X86/darwin-bzero.ll index 63185cc2d23..c292140e108 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) -- 2.34.1