summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/private.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/private.ll')
-rw-r--r--test/CodeGen/X86/private.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CodeGen/X86/private.ll b/test/CodeGen/X86/private.ll
index f52f8c7af8..484afc9b5a 100644
--- a/test/CodeGen/X86/private.ll
+++ b/test/CodeGen/X86/private.ll
@@ -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
}