summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/private.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-06-17 07:06:44 +0000
committerChris Lattner <sabre@nondot.org>2011-06-17 07:06:44 +0000
commit5756c16cdfc7be3cb4cc402c8bf8bae59b0ae35b (patch)
tree4ba257d62efe0fd6c4dafe2875f174a371af97fe /llvm/test/Assembler/private.ll
parent59345c8b658a2203bb9fc232ce3b92d2fc9c12ae (diff)
downloadbcm5719-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/Assembler/private.ll')
-rw-r--r--llvm/test/Assembler/private.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/test/Assembler/private.ll b/llvm/test/Assembler/private.ll
deleted file mode 100644
index 37145727a58..00000000000
--- a/llvm/test/Assembler/private.ll
+++ /dev/null
@@ -1,9 +0,0 @@
-; Test to make sure that the 'private' tag is not lost!
-;
-; RUN: llvm-as < %s | llvm-dis | grep private
-
-declare void @foo()
-
-define private void @foo() {
- ret void
-}
OpenPOWER on IntegriCloud