summaryrefslogtreecommitdiff
path: root/test/CodeGen/SPARC/private.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/SPARC/private.ll')
-rw-r--r--test/CodeGen/SPARC/private.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CodeGen/SPARC/private.ll b/test/CodeGen/SPARC/private.ll
index f091aa63d70d9..f06ccd0df1aae 100644
--- a/test/CodeGen/SPARC/private.ll
+++ b/test/CodeGen/SPARC/private.ll
@@ -6,8 +6,6 @@
; RUN: grep .baz: %t
; RUN: grep ld.*\.baz %t
-declare void @foo()
-
define private void @foo() {
ret void
}