diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2010-04-17 21:29:25 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2010-04-17 21:29:25 +0000 |
commit | fbe8d2803dc74d8668b2b7dbb15a734d966b125f (patch) | |
tree | b270dcd124de6bb51d68cab8f00612702a111482 /llvm/test/Transforms/InstCombine/objsize.ll | |
parent | c459a0ff81398aa30b70c09503d0d3f61bc53350 (diff) | |
download | bcm5719-llvm-fbe8d2803dc74d8668b2b7dbb15a734d966b125f.tar.gz bcm5719-llvm-fbe8d2803dc74d8668b2b7dbb15a734d966b125f.zip |
Fix declarations in a few more tests.
llvm-svn: 101676
Diffstat (limited to 'llvm/test/Transforms/InstCombine/objsize.ll')
-rw-r--r-- | llvm/test/Transforms/InstCombine/objsize.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Transforms/InstCombine/objsize.ll b/llvm/test/Transforms/InstCombine/objsize.ll index 52294d80813..664701bf211 100644 --- a/llvm/test/Transforms/InstCombine/objsize.ll +++ b/llvm/test/Transforms/InstCombine/objsize.ll @@ -145,8 +145,8 @@ entry: ret void } -declare i8* @__memset_chk(i8*, i32, i64, i64) nounwind +declare i8* @__memset_chk(i8*, i32, i32, i32) nounwind declare noalias i8* @malloc(i32) nounwind -declare i32 @llvm.objectsize.i32(i8*, i1) nounwind readonly
\ No newline at end of file +declare i32 @llvm.objectsize.i32(i8*, i1) nounwind readonly |