brintos

brintos / llvm-project-archived public Read only

0
0
Text · 388 B · cb04493 Raw
15 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic | FileCheck %s3 4@a = internal global i32 05 6define i32 @get_a() nounwind {7; CHECK-LABEL: get_a:8; CHECK:       # %bb.0: # %entry9; CHECK-NEXT:    movl a(%rip), %eax10; CHECK-NEXT:    retq11entry:12	%tmp1 = load i32, ptr @a, align 413	ret i32 %tmp114}15