17b1d7937SAmy Huangtarget datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
2cee313d2SEric Christophertarget triple = "x86_64-unknown-linux-gnu"
3cee313d2SEric Christopher
4*9ff36df5SFangrui Song@fptr = external local_unnamed_addr global ptr, align 8
5cee313d2SEric Christopher
6cee313d2SEric Christopher; Function Attrs: norecurse nounwind uwtable
7cee313d2SEric Christopherdefine void @_Z6updatei(i32 %i) local_unnamed_addr #0 {
8cee313d2SEric Christopherentry:
9*9ff36df5SFangrui Song  store ptr @_ZL3foov, ptr @fptr, align 8
10cee313d2SEric Christopher  ret void
11cee313d2SEric Christopher}
12cee313d2SEric Christopher
13cee313d2SEric Christopher; Function Attrs: nounwind readnone uwtable
14cee313d2SEric Christopherdefine internal void @_ZL3foov() !prof !34 {
15cee313d2SEric Christopherentry:
16*9ff36df5SFangrui Song  %0 = load ptr, ptr @fptr, align 8
17cee313d2SEric Christopher  tail call void %0(), !prof !40
18cee313d2SEric Christopher  ret void
19cee313d2SEric Christopher}
20cee313d2SEric Christopher
21cee313d2SEric Christopher!llvm.dbg.cu = !{!0}
22cee313d2SEric Christopher!llvm.module.flags = !{!3}
23cee313d2SEric Christopher!llvm.ident = !{!31}
24cee313d2SEric Christopher
25cee313d2SEric Christopher!0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, producer: "clang version 5.0.0 (trunk 297016)", isOptimized: true, runtimeVersion: 0, emissionKind: NoDebug, enums: !2)
26cee313d2SEric Christopher!1 = !DIFile(filename: "b.cc", directory: "/ssd/llvm/abc/small")
27cee313d2SEric Christopher!2 = !{}
28cee313d2SEric Christopher!3 = !{i32 2, !"Debug Info Version", i32 3}
29cee313d2SEric Christopher!31 = !{!"clang version 5.0.0 (trunk 297016)"}
30cee313d2SEric Christopher!34 = !{!"function_entry_count", i64 1}
31cee313d2SEric Christopher!40 = !{!"VP", i32 0, i64 3000, i64 -8789629626369651636, i64 3000}
32