Moved this option to the front-end.

llvm-svn: 56901
This commit is contained in:
Bill Wendling 2008-10-01 01:02:18 +00:00
parent 68f12ee567
commit 920f6d588e
1 changed files with 0 additions and 1 deletions

View 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)