make the asmparser reject function and type redefinitions. 'Merging' hasn't been
[oota-llvm.git] / test / CodeGen / X86 / private.ll
index f52f8c7af8c161137c4f626eab1c0ad03f4fdbd3..484afc9b5af3749d2b074daecc833cb0b4ca7cee 100644 (file)
@@ -5,8 +5,6 @@
 ; RUN: llc < %s -mtriple=x86_64-pc-linux | grep .Lbaz:
 ; RUN: llc < %s -mtriple=x86_64-pc-linux | grep movl.*\.Lbaz
 
-declare void @foo()
-
 define private void @foo() {
         ret void
 }