make the asmparser reject function and type redefinitions. 'Merging' hasn't been

needed since llvm-gcc 3.4 days.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133248 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2011-06-17 07:06:44 +00:00
parent 424545e950
commit d589099eec
24 changed files with 5 additions and 120 deletions

View File

@ -24,8 +24,6 @@ define i32 @test0(i8* %P) {
; CHECK: ret i32 0
}
declare void @llvm.memcpy.i8(i8*, i8*, i8, i32)
define i8 @test1() {
; CHECK: @test1
%A = alloca i8