1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -no-integrated-as | FileCheck %s
4 @n = global i32 0 ; <ptr> [#uses=2]
6 define void @f(ptr) nounwind ssp {
10 define void @g() nounwind ssp {
14 ; CHECK: call _f(%rip)
15 call void asm sideeffect "push\09$1$1\0A\09call\09${1:a}\0A\09pop\09%edx", "imr,i,~{dirflag},~{fpsr},~{flags},~{memory},~{cc},~{edi},~{esi},~{edx},~{ecx},~{ebx},~{eax}"(ptr @n, ptr @f) nounwind
18 return: ; preds = %entry