From d589099eec8d120b5a7227072c4e717856e2276f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 17 Jun 2011 07:06:44 +0000 Subject: 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 --- test/CodeGen/X86/sibcall.ll | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/CodeGen/X86/sibcall.ll') diff --git a/test/CodeGen/X86/sibcall.ll b/test/CodeGen/X86/sibcall.ll index 4a98efb4d4..a9a5420cbc 100644 --- a/test/CodeGen/X86/sibcall.ll +++ b/test/CodeGen/X86/sibcall.ll @@ -312,8 +312,6 @@ entry: ret void } -declare void @foo() - ; If caller / callee calling convention mismatch then check if the return ; values are returned in the same registers. ; rdar://7874780 -- cgit v1.2.3