aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/x86-64-pic-8.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/x86-64-pic-8.ll')
-rw-r--r--test/CodeGen/X86/x86-64-pic-8.ll10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/CodeGen/X86/x86-64-pic-8.ll b/test/CodeGen/X86/x86-64-pic-8.ll
deleted file mode 100644
index db35c33623fe..000000000000
--- a/test/CodeGen/X86/x86-64-pic-8.ll
+++ /dev/null
@@ -1,10 +0,0 @@
-; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1
-; RUN: grep "leaq f(%rip)," %t1
-; RUN: not grep GOTPCREL %t1
-
-define void ()* @g() {
-entry:
- ret void ()* @f
-}
-
-declare hidden void @f()