brintos

brintos / llvm-project-archived public Read only

0
0
Text · 296 B · a38b7b1 Raw
16 lines · plain
1; RUN: llc < %s -mtriple=i386-apple-darwin  | FileCheck %s2 3 4define internal i64 @baz() nounwind {5  %tmp = load i64, ptr @"+x"6  ret i64 %tmp7; CHECK: _baz:8; CHECK:    movl "L_+x$non_lazy_ptr", %ecx9}10 11 12@"+x" = external global i6413 14; CHECK: "L_+x$non_lazy_ptr":15; CHECK:	.indirect_symbol "_+x"16