mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-23 12:11:58 +00:00
testcase for pr1181
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33956 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
353815dc19
commit
ba1469278e
14
test/CodeGen/CBackend/2007-02-05-memset.ll
Normal file
14
test/CodeGen/CBackend/2007-02-05-memset.ll
Normal file
@ -0,0 +1,14 @@
|
||||
; RUN: llvm-as < %s | llc -march=c
|
||||
; PR1181
|
||||
target datalayout = "e-p:64:64"
|
||||
target triple = "x86_64-apple-darwin8"
|
||||
|
||||
implementation ; Functions:
|
||||
|
||||
declare void @llvm.memset.i64(i8*, i8, i64, i32)
|
||||
|
||||
define fastcc void @InitUser_data_unregistered() {
|
||||
entry:
|
||||
tail call void @llvm.memset.i64( i8* null, i8 0, i64 65496, i32 1 )
|
||||
ret void
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user