diff options
author | Chris Lattner <sabre@nondot.org> | 2011-06-17 07:06:44 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-06-17 07:06:44 +0000 |
commit | 5756c16cdfc7be3cb4cc402c8bf8bae59b0ae35b (patch) | |
tree | 4ba257d62efe0fd6c4dafe2875f174a371af97fe /llvm/test/Transforms/InstCombine/objsize.ll | |
parent | 59345c8b658a2203bb9fc232ce3b92d2fc9c12ae (diff) | |
download | bcm5719-llvm-5756c16cdfc7be3cb4cc402c8bf8bae59b0ae35b.tar.gz bcm5719-llvm-5756c16cdfc7be3cb4cc402c8bf8bae59b0ae35b.zip |
make the asmparser reject function and type redefinitions. 'Merging' hasn't been
needed since llvm-gcc 3.4 days.
llvm-svn: 133248
Diffstat (limited to 'llvm/test/Transforms/InstCombine/objsize.ll')
-rw-r--r-- | llvm/test/Transforms/InstCombine/objsize.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/Transforms/InstCombine/objsize.ll b/llvm/test/Transforms/InstCombine/objsize.ll index 043525b7555..28ceb68b49a 100644 --- a/llvm/test/Transforms/InstCombine/objsize.ll +++ b/llvm/test/Transforms/InstCombine/objsize.ll @@ -149,8 +149,6 @@ declare i8* @__memset_chk(i8*, i32, i32, i32) nounwind declare noalias i8* @malloc(i32) nounwind -declare i32 @llvm.objectsize.i32(i8*, i1) nounwind readonly - define i32 @test7() { ; CHECK: @test7 %alloc = call noalias i8* @malloc(i32 48) nounwind |