blob: 53c33466515f868b85f8f1069bfd55a9e2044a18 [file] [log] [blame]
; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic | FileCheck %s
@g1 = private global i8 1
define ptr @get_g1() {
; CHECK: get_g1:
; CHECK: leaq .Lg1(%rip), %rax
ret ptr @g1
}