From 411bd29eea3c360d5b48a18a17b5e87f5671af0e Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sun, 17 Jul 2011 15:36:56 +0000 Subject: Vendor import of llvm trunk r135360: http://llvm.org/svn/llvm-project/llvm/trunk@135360 --- test/Assembler/private.ll | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 test/Assembler/private.ll (limited to 'test/Assembler/private.ll') diff --git a/test/Assembler/private.ll b/test/Assembler/private.ll deleted file mode 100644 index 37145727a589..000000000000 --- a/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 -} -- cgit v1.2.3