brintos

brintos / llvm-project-archived public Read only

0
0
Text · 311 B · e647a56 Raw
14 lines · plain
1source_filename = "common2.c"2target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"3target triple = "x86_64-unknown-linux-gnu"4 5@P = external global ptr, align 86 7; Function Attrs: nounwind uwtable8define void @foo() #0 {9entry:10  %0 = load ptr, ptr @P, align 811  %call = call ptr (...) %0()12  ret void13}14