You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
@ -1,8 +0,0 @@
|
||||
; RUN: llc < %s -mtriple=i686-apple-darwin10 | grep __bzero
|
||||
|
||||
define void @foo(i8* %p, i64 %n) {
|
||||
call void @llvm.memset.p0i8.i64(i8* %p, i8 0, i64 %n, i32 4, i1 false)
|
||||
ret void
|
||||
}
|
||||
|
||||
declare void @llvm.memset.p0i8.i64(i8* nocapture, i8, i64, i32, i1) nounwind
|
Reference in New Issue
Block a user