Moved this option to the front-end.
authorBill Wendling <isanbard@gmail.com>
Wed, 1 Oct 2008 01:02:18 +0000 (01:02 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 1 Oct 2008 01:02:18 +0000 (01:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56901 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/darwin-bzero.ll

index 63185cc2d2336e00c3be9bcdcafea95e7902b940..c292140e108defb41525cd86e37a523cd93b6e60 100644 (file)
@@ -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)