aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/x86-64-pic.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/x86-64-pic.ll')
-rw-r--r--test/CodeGen/X86/x86-64-pic.ll8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/CodeGen/X86/x86-64-pic.ll b/test/CodeGen/X86/x86-64-pic.ll
deleted file mode 100644
index 76ed8894b417..000000000000
--- a/test/CodeGen/X86/x86-64-pic.ll
+++ /dev/null
@@ -1,8 +0,0 @@
-; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic | FileCheck %s
-
-@g1 = private global i8 1
-define i8* @get_g1() {
-; CHECK: get_g1:
-; CHECK: leaq .Lg1(%rip), %rax
- ret i8* @g1
-}